Skip to content

Commit c38105c

Browse files
Merge pull request #42 from gleanwork/speakeasy-sdk-regen-1749670145
chore: 🐝 Update SDK - Generate 0.6.6
2 parents d70fee1 + 9d32e84 commit c38105c

File tree

11 files changed

+62
-21
lines changed

11 files changed

+62
-21
lines changed

β€Ž.devcontainer/README.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
<div align="center">
3+
<a href="https://codespaces.new/gleanwork/api-client-python.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+
</div>
5+
<br>
6+
27
> **Remember to shutdown a GitHub Codespace when it is not in use!**
38
49
# Dev Containers Quick Start

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
lockVersion: 2.0.0
22
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
33
management:
4-
docChecksum: adc860b8099788fe237e893e2a1ce2a4
4+
docChecksum: 6cb4c4786bf30fecfc20b38750d745eb
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.561.0
7-
generationVersion: 2.628.0
8-
releaseVersion: 0.6.5
9-
configChecksum: 6378ddf91bd99402a13555fcfc9817af
6+
speakeasyVersion: 1.563.1
7+
generationVersion: 2.629.1
8+
releaseVersion: 0.6.6
9+
configChecksum: deb305dde9c116c694b15d39c5ae7854
10+
repoURL: https://github.com/gleanwork/api-client-python.git
11+
installationURL: https://github.com/gleanwork/api-client-python.git
1012
published: true
1113
features:
1214
python:
@@ -637,6 +639,7 @@ generatedFiles:
637639
- poetry.toml
638640
- py.typed
639641
- pylintrc
642+
- scripts/prepare_readme.py
640643
- scripts/publish.sh
641644
- src/glean/api_client/__init__.py
642645
- src/glean/api_client/_hooks/__init__.py

β€Ž.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/glean-merged-spec.yamlβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,12 @@ paths:
351351
tags:
352352
- Authentication
353353
summary: Create authentication token
354-
description: Creates an authentication token for the authenticated user.
354+
description: |
355+
Creates an authentication token for the authenticated user. These are
356+
specifically intended to be used with the [Web SDK](https://developers.glean.com/web).
357+
358+
Note: The tokens generated from this endpoint are **not** valid tokens
359+
for use with the Client API (e.g. `/rest/api/v1/*`).
355360
operationId: createauthtoken
356361
x-visibility: Public
357362
parameters: []

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
speakeasyVersion: 1.561.0
1+
speakeasyVersion: 1.563.1
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:4d55e9d4c5116b88a5959816fd40df895912309a293908485e2016008d31a1f4
6-
sourceBlobDigest: sha256:eceb178c5d2537e6d21c0461c81f6af1dc245da2c327fdf5305a8191184eff94
5+
sourceRevisionDigest: sha256:766f374184dd7d6b119aef718a826e26e7e690a65bd8edd8e326c75699c9c0f5
6+
sourceBlobDigest: sha256:b566588e295fa760c08dc3e5f61f4026e3b295999709bbec5a3f434f51316f89
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1749670145
910
Glean Client API:
1011
sourceNamespace: glean-client-api
1112
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
@@ -16,10 +17,10 @@ targets:
1617
glean:
1718
source: Glean API
1819
sourceNamespace: glean-api-specs
19-
sourceRevisionDigest: sha256:4d55e9d4c5116b88a5959816fd40df895912309a293908485e2016008d31a1f4
20-
sourceBlobDigest: sha256:eceb178c5d2537e6d21c0461c81f6af1dc245da2c327fdf5305a8191184eff94
20+
sourceRevisionDigest: sha256:766f374184dd7d6b119aef718a826e26e7e690a65bd8edd8e326c75699c9c0f5
21+
sourceBlobDigest: sha256:b566588e295fa760c08dc3e5f61f4026e3b295999709bbec5a3f434f51316f89
2122
codeSamplesNamespace: glean-api-specs-python-code-samples
22-
codeSamplesRevisionDigest: sha256:04b4dd94d8ee358b8a408e1f8f46005a73c9bd86790e5abc631c5503ec22ff8f
23+
codeSamplesRevisionDigest: sha256:6fc7a331ac2723e7e15b995ac16fcbcb8e5e23c00dba76053d4977ed1b7ea737
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-16 01:46:36
164+
### Changes
165+
Based on:
166+
- OpenAPI Doc
167+
- Speakeasy CLI 1.563.1 (2.629.1) 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 - .

β€Ždocs/sdks/clientauthentication/README.mdβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99

1010
## create_token
1111

12-
Creates an authentication token for the authenticated user.
12+
Creates an authentication token for the authenticated user. These are
13+
specifically intended to be used with the [Web SDK](https://developers.glean.com/web).
14+
15+
Note: The tokens generated from this endpoint are **not** valid tokens
16+
for use with the Client API (e.g. `/rest/api/v1/*`).
17+
1318

1419
### Example Usage
1520

β€Ž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"

β€Žscripts/publish.shβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
export POETRY_PYPI_TOKEN_PYPI=${PYPI_TOKEN}
44

5+
poetry run python scripts/prepare_readme.py
6+
57
poetry publish --build --skip-existing

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

Lines changed: 3 additions & 3 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"
8-
__gen_version__: str = "2.628.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.6.5 2.628.0 0.9.0 glean"
8+
__gen_version__: str = "2.629.1"
9+
__user_agent__: str = "speakeasy-sdk/python 0.6.6 2.629.1 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)