Skip to content

Commit 2a84532

Browse files
authored
Merge pull request #134 from clerk/speakeasy-sdk-regen-1748716792
chore: 🐝 Update SDK - Generate 3.0.1
2 parents 5c8da01 + 551eefa commit 2a84532

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-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: "2025-03-12"
66
speakeasyVersion: 1.554.1
77
generationVersion: 2.616.1
8-
releaseVersion: 3.0.0
9-
configChecksum: cae0a4cd29a4410f38fe6fb3bc404fd6
8+
releaseVersion: 3.0.1
9+
configChecksum: f7965f407ac04f74f320fabb89eb3796
1010
repoURL: https://github.com/clerk/clerk-sdk-python.git
1111
installationURL: https://github.com/clerk/clerk-sdk-python.git
1212
published: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: false
1919
python:
20-
version: 3.0.0
20+
version: 3.0.1
2121
additionalDependencies:
2222
dev:
2323
pytest: ^8.3.3

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.554.1
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:624c66ae617f010f4726fbb72959d666d2ec864146f0d8d2a901d9d21a13d62e
5+
sourceRevisionDigest: sha256:2fd807c28fea49469fe9450bc84227ac96f9001d7f594e4664a22548b116296e
66
sourceBlobDigest: sha256:a82c310fc15cfea1ba234d207461311ad01e41fba0c5b4acb306797703c6de31
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748564552
9+
- speakeasy-sdk-regen-1748716792
1010
- "2025-03-12"
1111
targets:
1212
clerk-sdk-python:
1313
source: clerk-openapi
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:624c66ae617f010f4726fbb72959d666d2ec864146f0d8d2a901d9d21a13d62e
15+
sourceRevisionDigest: sha256:2fd807c28fea49469fe9450bc84227ac96f9001d7f594e4664a22548b116296e
1616
sourceBlobDigest: sha256:a82c310fc15cfea1ba234d207461311ad01e41fba0c5b4acb306797703c6de31
1717
codeSamplesNamespace: clerk-openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:85efd46de20e69b3420d5a775ba052a15b45b5fca464746fbfe1f724b4e875ea
18+
codeSamplesRevisionDigest: sha256:3acef7dd16211276a5532e493ea6b3b900460e57966d158f9fcc9b7acdfbc344
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,14 @@ Based on:
318318
### Generated
319319
- [python v3.0.0] .
320320
### Releases
321-
- [PyPI v3.0.0] https://pypi.org/project/clerk-backend-api/3.0.0 - .
321+
- [PyPI v3.0.0] https://pypi.org/project/clerk-backend-api/3.0.0 - .
322+
323+
## 2025-05-31 18:39:35
324+
### Changes
325+
Based on:
326+
- OpenAPI Doc
327+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
328+
### Generated
329+
- [python v3.0.1] .
330+
### Releases
331+
- [PyPI v3.0.1] https://pypi.org/project/clerk-backend-api/3.0.1 - .

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "clerk-backend-api"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Python Client SDK for clerk.dev"
55
authors = [{ name = "Clerk" },]
66
readme = "README-PYPI.md"

β€Žsrc/clerk_backend_api/_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 = "clerk-backend-api"
6-
__version__: str = "3.0.0"
6+
__version__: str = "3.0.1"
77
__openapi_doc_version__: str = "2025-03-12"
88
__gen_version__: str = "2.616.1"
9-
__user_agent__: str = "speakeasy-sdk/python 3.0.0 2.616.1 2025-03-12 clerk-backend-api"
9+
__user_agent__: str = "speakeasy-sdk/python 3.0.1 2.616.1 2025-03-12 clerk-backend-api"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)