File tree Expand file tree Collapse file tree 7 files changed +25
-14
lines changed
Expand file tree Collapse file tree 7 files changed +25
-14
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: 044fcc6694ac3a5461d37039dd1ae397
4+ docChecksum: 2dcefd4e1803d98e97ba5e2c1b4b7b06
55 docVersion: 0.9.0
66 speakeasyVersion: 1.650.0
77 generationVersion: 2.743.2
8- releaseVersion: 0.11.10
9- configChecksum: 37e740dcdd01591ff225d259dc6ff5dd
8+ releaseVersion: 0.11.12
9+ configChecksum: 7941039f0518afe3bb105c684232260d
1010 repoURL: https://github.com/gleanwork/api-client-python.git
1111 installationURL: https://github.com/gleanwork/api-client-python.git
1212 published: true
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.10
33+ version : 0.11.12
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: 82065b6c142bd74beb1f8c2e670ac7dd81e45ebd
2526 x-speakeasy-name: 'Glean API'
2627servers:
2728 - 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:689726080c55db3f7b53081650cbe149ee904c25ff811dea86255ebb4c9affae
6- sourceBlobDigest: sha256:63374cc02e60ae0943d2b9f58fc9013c5811d9759a03dc45398c457cf8b88921
5+ sourceRevisionDigest: sha256:fd35d47c584495c0f29e30f502ee3f6bde461142a6d2bb69c0822440494c1d41
6+ sourceBlobDigest: sha256:de7302488181d96aed6b8d230db6667f83ec481bf6c1c5295778c358a32ebb68
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763146006
9+ - speakeasy-sdk-regen-1763156875
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:689726080c55db3f7b53081650cbe149ee904c25ff811dea86255ebb4c9affae
21- sourceBlobDigest: sha256:63374cc02e60ae0943d2b9f58fc9013c5811d9759a03dc45398c457cf8b88921
20+ sourceRevisionDigest: sha256:fd35d47c584495c0f29e30f502ee3f6bde461142a6d2bb69c0822440494c1d41
21+ sourceBlobDigest: sha256:de7302488181d96aed6b8d230db6667f83ec481bf6c1c5295778c358a32ebb68
2222 codeSamplesNamespace: glean-api-specs-python-code-samples
23- codeSamplesRevisionDigest: sha256:a77ddccee3b18c2b4fbb83554bae7a9f53fc641db862b4a4f5e5ef9006f749b3
23+ codeSamplesRevisionDigest: sha256:9a224cc91f138da2d105f51f3996008ae0bc5c34a4276b0aa4cabd1f6a57c28d
2424workflow:
2525 workflowVersion: 1.0.0
2626 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -388,4 +388,14 @@ Based on:
388388### Generated
389389- [ python v0.11.10] .
390390### Releases
391- - [ PyPI v0.11.10] https://pypi.org/project/glean/0.11.10 - .
391+ - [ PyPI v0.11.10] https://pypi.org/project/glean/0.11.10 - .
392+
393+ ## 2025-11-14 21:47:27
394+ ### Changes
395+ Based on:
396+ - OpenAPI Doc
397+ - Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
398+ ### Generated
399+ - [ python v0.11.12] .
400+ ### Releases
401+ - [ PyPI v0.11.12] https://pypi.org/project/glean/0.11.12 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " glean-api-client"
3- version = " 0.11.10 "
3+ version = " 0.11.12 "
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.10 "
6+ __version__ : str = "0.11.12 "
77__openapi_doc_version__ : str = "0.9.0"
88__gen_version__ : str = "2.743.2"
9- __user_agent__ : str = "speakeasy-sdk/python 0.11.10 2.743.2 0.9.0 glean"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.11.12 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