From 1031bea24a1bbfadc6c0fea13b39d3911ca3adb8 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Sat, 24 May 2025 22:36:26 +0000 Subject: [PATCH 1/3] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.551.0 --- .speakeasy/gen.lock | 4 ++-- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 8 ++++---- RELEASES.md | 12 +++++++++++- pyproject.toml | 2 +- src/glean/_version.py | 4 ++-- 6 files changed, 21 insertions(+), 11 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 14ac1518..5ae3cd2d 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 0.9.0 speakeasyVersion: 1.551.0 generationVersion: 2.610.0 - releaseVersion: 0.5.1 - configChecksum: a9031c6366b1f907390cb3cc30edf32f + releaseVersion: 0.5.2 + configChecksum: 6a95613bf15bc0a00a38f7c157809ca4 repoURL: https://github.com/gleanwork/api-client-python.git installationURL: https://github.com/gleanwork/api-client-python.git published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index b8a18e04..2a85e8ad 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -24,7 +24,7 @@ generation: generateNewTests: true skipResponseBodyAssertions: true python: - version: 0.5.1 + version: 0.5.2 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index e38c65b5..d52ca8fa 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,11 +2,11 @@ speakeasyVersion: 1.551.0 sources: Glean API: sourceNamespace: glean-api-specs - sourceRevisionDigest: sha256:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc + sourceRevisionDigest: sha256:8f21c39ef4c0f7b292ea72e3a7ec057db295ddfd2814e99c7a753fd3773d23cb sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f tags: - latest - - speakeasy-sdk-regen-1748050632 + - speakeasy-sdk-regen-1748125845 Glean Client API: sourceNamespace: glean-client-api sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2 @@ -17,10 +17,10 @@ targets: glean: source: Glean API sourceNamespace: glean-api-specs - sourceRevisionDigest: sha256:54c0b7f53a738ea4d896b6041514ca6308f8fad84fb2ce9ca39e5c4cb5f52afc + sourceRevisionDigest: sha256:8f21c39ef4c0f7b292ea72e3a7ec057db295ddfd2814e99c7a753fd3773d23cb sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f codeSamplesNamespace: glean-api-specs-python-code-samples - codeSamplesRevisionDigest: sha256:429f26356a61f026ee2902e9009622a7cd23480916a73af4fd282eb192505cf1 + codeSamplesRevisionDigest: sha256:539ebe8f0df16c3e87e9f927ad10b3558a8dc28721c86ad316de94314e51a906 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index d710fd8f..af1ff0d5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -88,4 +88,14 @@ Based on: ### Generated - [python v0.5.1] . ### Releases -- [PyPI v0.5.1] https://pypi.org/project/glean/0.5.1 - . \ No newline at end of file +- [PyPI v0.5.1] https://pypi.org/project/glean/0.5.1 - . + +## 2025-05-24 22:30:25 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.551.0 (2.610.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.5.2] . +### Releases +- [PyPI v0.5.2] https://pypi.org/project/glean/0.5.2 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ce89b602..089a5959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "glean-api-client" -version = "0.5.1" +version = "0.5.2" description = "Python Client SDK Generated by Speakeasy." authors = [{ name = "Glean Technologies, Inc." }] license = "MIT" diff --git a/src/glean/_version.py b/src/glean/_version.py index 72c3b8e7..fd59e539 100644 --- a/src/glean/_version.py +++ b/src/glean/_version.py @@ -3,10 +3,10 @@ import importlib.metadata __title__: str = "glean" -__version__: str = "0.5.1" +__version__: str = "0.5.2" __openapi_doc_version__: str = "0.9.0" __gen_version__: str = "2.610.0" -__user_agent__: str = "speakeasy-sdk/python 0.5.1 2.610.0 0.9.0 glean" +__user_agent__: str = "speakeasy-sdk/python 0.5.2 2.610.0 0.9.0 glean" try: if __package__ is not None: From 20ea0a1cd2873b68b9d2b8c2f7a24cec16399cd0 Mon Sep 17 00:00:00 2001 From: "speakeasy-github[bot]" <128539517+speakeasy-github[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 22:36:35 +0000 Subject: [PATCH 2/3] empty commit to trigger [run-tests] workflow From c1245a58b7116f57b6df24c5c37b88b5a60ac4b6 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Sat, 24 May 2025 16:56:38 -0700 Subject: [PATCH 3/3] Manual addition of package namespace enabling --- src/glean/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/glean/__init__.py b/src/glean/__init__.py index 833c68cd..04d5173d 100644 --- a/src/glean/__init__.py +++ b/src/glean/__init__.py @@ -1,4 +1,7 @@ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.""" +from pkgutil import extend_path + +__path__ = extend_path(__path__, __name__) from ._version import ( __title__,