Skip to content

Commit 733376f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.561.0
1 parent 9e31e5c commit 733376f

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
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.561.0
77
generationVersion: 2.628.0
8-
releaseVersion: 0.6.5
9-
configChecksum: 6378ddf91bd99402a13555fcfc9817af
8+
releaseVersion: 0.6.6
9+
configChecksum: deb305dde9c116c694b15d39c5ae7854
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
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: true
2626
skipResponseBodyAssertions: true
2727
python:
28-
version: 0.6.5
28+
version: 0.6.6
2929
additionalDependencies:
3030
dev: {}
3131
main: {}

.speakeasy/workflow.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sources:
66
sourceBlobDigest: sha256:eceb178c5d2537e6d21c0461c81f6af1dc245da2c327fdf5305a8191184eff94
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1749670145
910
Glean Client API:
1011
sourceNamespace: glean-client-api
1112
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
@@ -19,7 +20,7 @@ targets:
1920
sourceRevisionDigest: sha256:def878110682ba33071e9369f2fc13e9ace94ee3de38b09cbcc5ad93fa083bfb
2021
sourceBlobDigest: sha256:eceb178c5d2537e6d21c0461c81f6af1dc245da2c327fdf5305a8191184eff94
2122
codeSamplesNamespace: glean-api-specs-python-code-samples
22-
codeSamplesRevisionDigest: sha256:8acf66e50535d8fa865214fd70de55e2f04e299bae90925154b6ebb3bbb936c6
23+
codeSamplesRevisionDigest: sha256:b24560b13e9f6574edd9bc0f2d6fbad508b12cd8b1ff51d6d6246ac65ac8e405
2324
workflow:
2425
workflowVersion: 1.0.0
2526
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,14 @@ Based on:
158158
### Generated
159159
- [python v0.6.5] .
160160
### Releases
161-
- [PyPI v0.6.5] https://pypi.org/project/glean/0.6.5 - .
161+
- [PyPI v0.6.5] https://pypi.org/project/glean/0.6.5 - .
162+
163+
## 2025-06-11 21:37:15
164+
### Changes
165+
Based on:
166+
- OpenAPI Doc
167+
- Speakeasy CLI 1.561.0 (2.628.0) https://github.com/speakeasy-api/speakeasy
168+
### Generated
169+
- [python v0.6.6] .
170+
### Releases
171+
- [PyPI v0.6.6] https://pypi.org/project/glean/0.6.6 - .

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.6.5"
3+
version = "0.6.6"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
66
license = "MIT"

src/glean/api_client/_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.6.5"
6+
__version__: str = "0.6.6"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.628.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.6.5 2.628.0 0.9.0 glean"
9+
__user_agent__: str = "speakeasy-sdk/python 0.6.6 2.628.0 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)