Skip to content

Commit 57edf6a

Browse files
Merge pull request #22 from gleanwork/speakeasy-sdk-regen-1748125845
chore: 🐝 Update SDK - Generate 0.5.2
2 parents 5466997 + c1245a5 commit 57edf6a

File tree

7 files changed

+24
-11
lines changed

7 files changed

+24
-11
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: true
2525
skipResponseBodyAssertions: true
2626
python:
27-
version: 0.5.1
27+
version: 0.5.2
2828
additionalDependencies:
2929
dev: {}
3030
main: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.551.0
22
sources:
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
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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 - .

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "glean-api-client"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
66
license = "MIT"

β€Žsrc/glean/__init__.pyβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

36
from ._version import (
47
__title__,

β€Žsrc/glean/_version.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import 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

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)