File tree Expand file tree Collapse file tree 7 files changed +66
-56
lines changed Expand file tree Collapse file tree 7 files changed +66
-56
lines changed Original file line number Diff line number Diff 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.9
9- configChecksum: bde1bae55b223337b8b69718e6c6252a
8+ releaseVersion: 3.1.11
9+ configChecksum: 19199a5ba250a2cf9eac99312e3a72bb
1010 repoURL: https://github.com/clerk/clerk-sdk-python.git
1111 installationURL: https://github.com/clerk/clerk-sdk-python.git
1212 published: true
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ generation:
1717 oAuth2ClientCredentialsEnabled : true
1818 oAuth2PasswordEnabled : false
1919python :
20- version : 3.1.9
20+ version : 3.1.11
2121 additionalDependencies :
2222 dev :
2323 pytest : ^8.3.3
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.558.0
22sources:
33 clerk-openapi:
44 sourceNamespace: clerk-openapi
5- sourceRevisionDigest: sha256:de8b299bb508a71e240da45534022b9bbc28dc66b4104aa0b340db14221504fa
5+ sourceRevisionDigest: sha256:963bc6106095281c3bec686e2a7a1e912a9a02259009ef8dfcbf12bdedcd2a28
66 sourceBlobDigest: sha256:abd75631c09f8ffb26cf357f9b223c79e5dad65ae12bfd68eaf76031177b4f86
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1753835073
9+ - speakeasy-sdk-regen-1753881156
1010 - "2025-04-10"
1111targets:
1212 clerk-sdk-python:
1313 source: clerk-openapi
1414 sourceNamespace: clerk-openapi
15- sourceRevisionDigest: sha256:de8b299bb508a71e240da45534022b9bbc28dc66b4104aa0b340db14221504fa
15+ sourceRevisionDigest: sha256:963bc6106095281c3bec686e2a7a1e912a9a02259009ef8dfcbf12bdedcd2a28
1616 sourceBlobDigest: sha256:abd75631c09f8ffb26cf357f9b223c79e5dad65ae12bfd68eaf76031177b4f86
1717 codeSamplesNamespace: clerk-openapi-python-code-samples
18- codeSamplesRevisionDigest: sha256:05aabff27edeb7fd62bc234c270c514d87fe5f1f92c24e8715f70724f7fe1c24
18+ codeSamplesRevisionDigest: sha256:2e7552c02fbf9f697e9f86142457abc5fb8cfbce9c1a8ffa3a2edf3030c9058c
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -418,4 +418,14 @@ Based on:
418418### Generated
419419- [ python v3.1.9] .
420420### Releases
421- - [ PyPI v3.1.9] https://pypi.org/project/clerk-backend-api/3.1.9 - .
421+ - [ PyPI v3.1.9] https://pypi.org/project/clerk-backend-api/3.1.9 - .
422+
423+ ## 2025-07-30 13:12:19
424+ ### Changes
425+ Based on:
426+ - OpenAPI Doc
427+ - Speakeasy CLI 1.558.0 (2.623.2) https://github.com/speakeasy-api/speakeasy
428+ ### Generated
429+ - [ python v3.1.11] .
430+ ### Releases
431+ - [ PyPI v3.1.11] https://pypi.org/project/clerk-backend-api/3.1.11 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " clerk-backend-api"
3- version = " 3.1.9 "
3+ version = " 3.1.11 "
44description = " Python Client SDK for clerk.dev"
55authors = [{ name = " Clerk" },]
66readme = " README-PYPI.md"
77requires-python = " >=3.9.2"
88dependencies = [
9- " cryptography (>=44 .0.1,<45 .0.0)" ,
9+ " cryptography (>=45 .0.0,<46 .0.0)" ,
1010 " httpcore >=1.0.9" ,
1111 " httpx >=0.28.1" ,
1212 " pydantic >=2.11.2" ,
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "clerk-backend-api"
6- __version__ : str = "3.1.9 "
6+ __version__ : str = "3.1.11 "
77__openapi_doc_version__ : str = "2025-04-10"
88__gen_version__ : str = "2.623.2"
9- __user_agent__ : str = "speakeasy-sdk/python 3.1.9 2.623.2 2025-04-10 clerk-backend-api"
9+ __user_agent__ : str = "speakeasy-sdk/python 3.1.11 2.623.2 2025-04-10 clerk-backend-api"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments