Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
management:
docChecksum: a1b9796a9df7b522bbca126ea657a92a
docChecksum: c2b965eefd21c27818280977b9c258d4
docVersion: 0.9.0
speakeasyVersion: 1.631.4
speakeasyVersion: 1.631.5
generationVersion: 2.716.16
releaseVersion: 0.9.0
configChecksum: 885838e10bfb05e9086d385baf889124
releaseVersion: 0.9.1
configChecksum: 8544fc44fd9b84d1e56d9ac87022ffc9
repoURL: https://github.com/gleanwork/api-client-python.git
installationURL: https://github.com/gleanwork/api-client-python.git
published: true
Expand Down Expand Up @@ -2711,6 +2711,3 @@ generatedTests:
editcollection: "2025-06-12T19:13:52-04:00"
createshortcut: "2025-06-12T19:13:52-04:00"
updateshortcut: "2025-06-12T19:13:52-04:00"
releaseNotes: |
## Python SDK Changes Detected:
* `glean.client.insights.retrieve()`: `request` **Changed**
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
python:
version: 0.9.0
version: 0.9.1
additionalDependencies:
dev: {}
main: {}
Expand Down
1 change: 1 addition & 0 deletions .speakeasy/glean-merged-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3799,6 +3799,7 @@ components:
- SEARCH
- SIDEBAR
- SUMMARY
- TASKS
issue:
type: string
description: The issue the user indicated in the feedback.
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.631.4
speakeasyVersion: 1.631.5
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:1e44bd4133c298a0460c59b01703274d1c24c9fa389a311005a1f4be384921c3
sourceBlobDigest: sha256:39b7061df492c752b341a36ebde421818f4e84d67a206f853c2558d6f3917fe3
sourceRevisionDigest: sha256:e26b15f8d8e3781ac9b2d0167bcbdf95ac01a876716fdda482dce7e2d1f7ee1d
sourceBlobDigest: sha256:caf2a61beb1f621f4c17121eb19113bddbda574eec8bf3a3e9e9be902e7adeaa
tags:
- latest
- speakeasy-sdk-regen-1758835054
- speakeasy-sdk-regen-1759249966
Glean Client API:
sourceNamespace: glean-client-api
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
Expand All @@ -17,10 +17,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:1e44bd4133c298a0460c59b01703274d1c24c9fa389a311005a1f4be384921c3
sourceBlobDigest: sha256:39b7061df492c752b341a36ebde421818f4e84d67a206f853c2558d6f3917fe3
sourceRevisionDigest: sha256:e26b15f8d8e3781ac9b2d0167bcbdf95ac01a876716fdda482dce7e2d1f7ee1d
sourceBlobDigest: sha256:caf2a61beb1f621f4c17121eb19113bddbda574eec8bf3a3e9e9be902e7adeaa
codeSamplesNamespace: glean-api-specs-python-code-samples
codeSamplesRevisionDigest: sha256:fa19a256472b0485c6a76dba325529c358221a18a36b916e1f04b5291d996854
codeSamplesRevisionDigest: sha256:29d54b65e212ecb7dc87c136a71ba7b805ef3add40818e36a8b15c819c9c8135
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,14 @@ Based on:
### Generated
- [python v0.9.0] .
### Releases
- [PyPI v0.9.0] https://pypi.org/project/glean/0.9.0 - .
- [PyPI v0.9.0] https://pypi.org/project/glean/0.9.0 - .

## 2025-09-30 16:32:22
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.631.5 (2.716.16) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.9.1] .
### Releases
- [PyPI v0.9.1] https://pypi.org/project/glean/0.9.1 - .
3 changes: 2 additions & 1 deletion docs/models/manualfeedbackinfosource.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ The source associated with the Feedback.event.MANUAL_FEEDBACK event.
| `SCIOBOT` | SCIOBOT |
| `SEARCH` | SEARCH |
| `SIDEBAR` | SIDEBAR |
| `SUMMARY` | SUMMARY |
| `SUMMARY` | SUMMARY |
| `TASKS` | TASKS |
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "glean-api-client"
version = "0.9.0"
version = "0.9.1"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Glean Technologies, Inc." }]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/glean/api_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "glean"
__version__: str = "0.9.0"
__version__: str = "0.9.1"
__openapi_doc_version__: str = "0.9.0"
__gen_version__: str = "2.716.16"
__user_agent__: str = "speakeasy-sdk/python 0.9.0 2.716.16 0.9.0 glean"
__user_agent__: str = "speakeasy-sdk/python 0.9.1 2.716.16 0.9.0 glean"

try:
if __package__ is not None:
Expand Down
1 change: 1 addition & 0 deletions src/glean/api_client/models/manualfeedbackinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class ManualFeedbackInfoSource(str, Enum):
SEARCH = "SEARCH"
SIDEBAR = "SIDEBAR"
SUMMARY = "SUMMARY"
TASKS = "TASKS"


class Issue(str, Enum):
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.