File tree Expand file tree Collapse file tree 7 files changed +25
-18
lines changed
Expand file tree Collapse file tree 7 files changed +25
-18
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
33management:
4- docChecksum: f901905eddb4d3e76a54e8da46f5347d
4+ docChecksum: f3eac2632da91b3739f70ce5a292b1c4
55 docVersion: 0.9.0
66 speakeasyVersion: 1.650.0
77 generationVersion: 2.743.2
8- releaseVersion: 0.11.22
9- configChecksum: 15c71f102e245f5606dc6f4f470c2ad8
8+ releaseVersion: 0.11.24
9+ configChecksum: 7e8e76be676e12326a6b92bd6b5d905d
1010 repoURL: https://github.com/gleanwork/api-client-python.git
1111 installationURL: https://github.com/gleanwork/api-client-python.git
1212 published: true
@@ -2741,6 +2741,3 @@ generatedTests:
27412741 editcollection: "2025-06-12T19:13:52-04:00"
27422742 createshortcut: "2025-06-12T19:13:52-04:00"
27432743 updateshortcut: "2025-06-12T19:13:52-04:00"
2744- releaseNotes: |
2745- ## Python SDK Changes Detected:
2746- * `glean.client.insights.retrieve()`: `response.agents_response.agents_usage_by_department_insights.[]` **Changed**
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ generation:
3030 generateNewTests : true
3131 skipResponseBodyAssertions : true
3232python :
33- version : 0.11.22
33+ version : 0.11.24
3434 additionalDependencies :
3535 dev : {}
3636 main : {}
Original file line number Diff line number Diff line change 2222 These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323 x-logo:
2424 url: https://app.glean.com/images/glean-text2.svg
25- x-open-api-commit-sha: bfa098a27c3b8f11087766de34606765c946e305
25+ x-open-api-commit-sha: 4b379797ac7adde63c0ec97b1e0e513187c69b0d
2626 x-speakeasy-name: 'Glean API'
2727servers:
2828 - url: https://{instance}-be.glean.com
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ speakeasyVersion: 1.650.0
22sources:
33 Glean API:
44 sourceNamespace: glean-api-specs
5- sourceRevisionDigest: sha256:6e09038391ad70d5f9b70c63b3284e81624f1cd18b512456e1ef14583adba00f
6- sourceBlobDigest: sha256:62b0b08fedd634cc54f3083a149d42af7b4b534cbe8da080c65eaa8377fdcddd
5+ sourceRevisionDigest: sha256:30bf7d2b15133719a40e1443853177f044447c671445cf8a716e1ec73dbe8d53
6+ sourceBlobDigest: sha256:f8219018a54199313372477f37140869bb348344631a62455b5861b048ddcc1c
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763969825
9+ - speakeasy-sdk-regen-1764031800
1010 Glean Client API:
1111 sourceNamespace: glean-client-api
1212 sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
@@ -17,10 +17,10 @@ targets:
1717 glean:
1818 source: Glean API
1919 sourceNamespace: glean-api-specs
20- sourceRevisionDigest: sha256:6e09038391ad70d5f9b70c63b3284e81624f1cd18b512456e1ef14583adba00f
21- sourceBlobDigest: sha256:62b0b08fedd634cc54f3083a149d42af7b4b534cbe8da080c65eaa8377fdcddd
20+ sourceRevisionDigest: sha256:30bf7d2b15133719a40e1443853177f044447c671445cf8a716e1ec73dbe8d53
21+ sourceBlobDigest: sha256:f8219018a54199313372477f37140869bb348344631a62455b5861b048ddcc1c
2222 codeSamplesNamespace: glean-api-specs-python-code-samples
23- codeSamplesRevisionDigest: sha256:380bfe75991017e623736785201d21cac9de54b2bab5d9bfa09699ac73829ad6
23+ codeSamplesRevisionDigest: sha256:033a68cc40961c0b135c179b10d08089776676c4b3c64aec1712b78bdac43746
2424workflow:
2525 workflowVersion: 1.0.0
2626 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -448,4 +448,14 @@ Based on:
448448### Generated
449449- [ python v0.11.22] .
450450### Releases
451- - [ PyPI v0.11.22] https://pypi.org/project/glean/0.11.22 - .
451+ - [ PyPI v0.11.22] https://pypi.org/project/glean/0.11.22 - .
452+
453+ ## 2025-11-25 00:49:34
454+ ### Changes
455+ Based on:
456+ - OpenAPI Doc
457+ - Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
458+ ### Generated
459+ - [ python v0.11.24] .
460+ ### Releases
461+ - [ PyPI v0.11.24] https://pypi.org/project/glean/0.11.24 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " glean-api-client"
3- version = " 0.11.22 "
3+ version = " 0.11.24 "
44description = " Python Client SDK Generated by Speakeasy."
55authors = [{ name = " Glean Technologies, Inc." }]
66license = " MIT"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "glean"
6- __version__ : str = "0.11.22 "
6+ __version__ : str = "0.11.24 "
77__openapi_doc_version__ : str = "0.9.0"
88__gen_version__ : str = "2.743.2"
9- __user_agent__ : str = "speakeasy-sdk/python 0.11.22 2.743.2 0.9.0 glean"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.11.24 2.743.2 0.9.0 glean"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments