File tree Expand file tree Collapse file tree 7 files changed +24
-11
lines changed Expand file tree Collapse file tree 7 files changed +24
-11
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.9.0
66 speakeasyVersion: 1.551.0
77 generationVersion: 2.610.0
8- releaseVersion: 0.5.1
9- configChecksum: a9031c6366b1f907390cb3cc30edf32f
8+ releaseVersion: 0.5.2
9+ configChecksum: 6a95613bf15bc0a00a38f7c157809ca4
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 @@ -24,7 +24,7 @@ generation:
2424 generateNewTests : true
2525 skipResponseBodyAssertions : true
2626python :
27- version : 0.5.1
27+ version : 0.5.2
2828 additionalDependencies :
2929 dev : {}
3030 main : {}
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ speakeasyVersion: 1.551.0
22sources:
33 Glean API:
44 sourceNamespace: glean-api-specs
5- sourceRevisionDigest: sha256:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc
5+ sourceRevisionDigest: sha256:8f21c39ef4c0f7b292ea72e3a7ec057db295ddfd2814e99c7a753fd3773d23cb
66 sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1748050632
9+ - speakeasy-sdk-regen-1748125845
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:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc
20+ sourceRevisionDigest: sha256:8f21c39ef4c0f7b292ea72e3a7ec057db295ddfd2814e99c7a753fd3773d23cb
2121 sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
2222 codeSamplesNamespace: glean-api-specs-python-code-samples
23- codeSamplesRevisionDigest: sha256:429f26356a61f026ee2902e9009622a7cd23480916a73af4fd282eb192505cf1
23+ codeSamplesRevisionDigest: sha256:539ebe8f0df16c3e87e9f927ad10b3558a8dc28721c86ad316de94314e51a906
2424workflow:
2525 workflowVersion: 1.0.0
2626 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -88,4 +88,14 @@ Based on:
8888### Generated
8989- [ python v0.5.1] .
9090### Releases
91- - [ PyPI v0.5.1] https://pypi.org/project/glean/0.5.1 - .
91+ - [ PyPI v0.5.1] https://pypi.org/project/glean/0.5.1 - .
92+
93+ ## 2025-05-24 22:30:25
94+ ### Changes
95+ Based on:
96+ - OpenAPI Doc
97+ - Speakeasy CLI 1.551.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
98+ ### Generated
99+ - [ python v0.5.2] .
100+ ### Releases
101+ - [ PyPI v0.5.2] https://pypi.org/project/glean/0.5.2 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " glean-api-client"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44description = " Python Client SDK Generated by Speakeasy."
55authors = [{ name = " Glean Technologies, Inc." }]
66license = " MIT"
Original file line number Diff line number Diff line change 11"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2+ from pkgutil import extend_path
3+
4+ __path__ = extend_path (__path__ , __name__ )
25
36from ._version import (
47 __title__ ,
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "glean"
6- __version__ : str = "0.5.1 "
6+ __version__ : str = "0.5.2 "
77__openapi_doc_version__ : str = "0.9.0"
88__gen_version__ : str = "2.610.0"
9- __user_agent__ : str = "speakeasy-sdk/python 0.5.1 2.610.0 0.9.0 glean"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.5.2 2.610.0 0.9.0 glean"
1010
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments