Skip to content

Commit f76430a

Browse files
authored
Merge pull request #170 from clerk/speakeasy-sdk-regen-1753748784
chore: 🐝 Update SDK - Generate 3.1.7
2 parents e4b1360 + 1983b88 commit f76430a

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-04-10"
66
speakeasyVersion: 1.558.0
77
generationVersion: 2.623.2
8-
releaseVersion: 3.1.5
9-
configChecksum: 51d19ad9b4067eb27c833b7a7943c3ff
8+
releaseVersion: 3.1.7
9+
configChecksum: 8949ce39589d44d76fd4d7b9748b5aeb
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.1.5
20+
version: 3.1.7
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.558.0
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:59b12ba3f63feb0774fc1d3cad7cea6fa4eaea5b9d5d4a7db06d8286c6f8b812
5+
sourceRevisionDigest: sha256:9700a4b95ce77770fa4fd7447efffacdb91156e34515aa737786a8c8aad8b596
66
sourceBlobDigest: sha256:abd75631c09f8ffb26cf357f9b223c79e5dad65ae12bfd68eaf76031177b4f86
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753731037
9+
- speakeasy-sdk-regen-1753748784
1010
- "2025-04-10"
1111
targets:
1212
clerk-sdk-python:
1313
source: clerk-openapi
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:59b12ba3f63feb0774fc1d3cad7cea6fa4eaea5b9d5d4a7db06d8286c6f8b812
15+
sourceRevisionDigest: sha256:9700a4b95ce77770fa4fd7447efffacdb91156e34515aa737786a8c8aad8b596
1616
sourceBlobDigest: sha256:abd75631c09f8ffb26cf357f9b223c79e5dad65ae12bfd68eaf76031177b4f86
1717
codeSamplesNamespace: clerk-openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:1f104f941026c9cb832636c2f7b2259eaa092e18d67e1fd12b76f74e02517f56
18+
codeSamplesRevisionDigest: sha256:fac1cdb97b04d1226b8285d700f2e216e839a1475f879b2235cfbfd5b2c961d5
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
@@ -398,4 +398,14 @@ Based on:
398398
### Generated
399399
- [python v3.1.5] .
400400
### Releases
401-
- [PyPI v3.1.5] https://pypi.org/project/clerk-backend-api/3.1.5 - .
401+
- [PyPI v3.1.5] https://pypi.org/project/clerk-backend-api/3.1.5 - .
402+
403+
## 2025-07-29 00:26:08
404+
### Changes
405+
Based on:
406+
- OpenAPI Doc
407+
- Speakeasy CLI 1.558.0 (2.623.2) https://github.com/speakeasy-api/speakeasy
408+
### Generated
409+
- [python v3.1.7] .
410+
### Releases
411+
- [PyPI v3.1.7] https://pypi.org/project/clerk-backend-api/3.1.7 - .

β€Ž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.1.5"
3+
version = "3.1.7"
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.1.5"
6+
__version__: str = "3.1.7"
77
__openapi_doc_version__: str = "2025-04-10"
88
__gen_version__: str = "2.623.2"
9-
__user_agent__: str = "speakeasy-sdk/python 3.1.5 2.623.2 2025-04-10 clerk-backend-api"
9+
__user_agent__: str = "speakeasy-sdk/python 3.1.7 2.623.2 2025-04-10 clerk-backend-api"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)