File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed
Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: "2025-03-12"
66 speakeasyVersion: 1.558.0
77 generationVersion: 2.623.2
8- releaseVersion: 3.0.5
9- configChecksum: b2beb70406e86c699ba3f0800fe50403
8+ releaseVersion: 3.0.7
9+ configChecksum: 53d2b076b4a384c5a410a3679fbac4f2
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.0.5
20+ version : 3.0.7
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:77e4fa0b2401d7211087239c1bc81565c6eef7fe5086619ce1d703d6cdcd837c
5+ sourceRevisionDigest: sha256:ac4bed44900d82a3d86329ecf0fc46b28706ec4094110f8283405afced152d82
66 sourceBlobDigest: sha256:595a7d4c019d1d3c567ca7c4ceaffa57bb5306f217b12a75df160fb107e21e47
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1751988511
9+ - speakeasy-sdk-regen-1752884598
1010 - "2025-03-12"
1111targets:
1212 clerk-sdk-python:
1313 source: clerk-openapi
1414 sourceNamespace: clerk-openapi
15- sourceRevisionDigest: sha256:77e4fa0b2401d7211087239c1bc81565c6eef7fe5086619ce1d703d6cdcd837c
15+ sourceRevisionDigest: sha256:ac4bed44900d82a3d86329ecf0fc46b28706ec4094110f8283405afced152d82
1616 sourceBlobDigest: sha256:595a7d4c019d1d3c567ca7c4ceaffa57bb5306f217b12a75df160fb107e21e47
1717 codeSamplesNamespace: clerk-openapi-python-code-samples
18- codeSamplesRevisionDigest: sha256:27c1c443e824943843f357ee111742d12b62e72861c17b4d5236b086571b17fd
18+ codeSamplesRevisionDigest: sha256:5306b2c7e3bbff31f33f367a4d1b78842754d1d840ebb77591eae464e95e164a
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -358,4 +358,14 @@ Based on:
358358### Generated
359359- [ python v3.0.5] .
360360### Releases
361- - [ PyPI v3.0.5] https://pypi.org/project/clerk-backend-api/3.0.5 - .
361+ - [ PyPI v3.0.5] https://pypi.org/project/clerk-backend-api/3.0.5 - .
362+
363+ ## 2025-07-20 00:26:28
364+ ### Changes
365+ Based on:
366+ - OpenAPI Doc
367+ - Speakeasy CLI 1.558.0 (2.623.2) https://github.com/speakeasy-api/speakeasy
368+ ### Generated
369+ - [ python v3.0.7] .
370+ ### Releases
371+ - [ PyPI v3.0.7] https://pypi.org/project/clerk-backend-api/3.0.7 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " clerk-backend-api"
3- version = " 3.0.5 "
3+ version = " 3.0.7 "
44description = " Python Client SDK for clerk.dev"
55authors = [{ name = " Clerk" },]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "clerk-backend-api"
6- __version__ : str = "3.0.5 "
6+ __version__ : str = "3.0.7 "
77__openapi_doc_version__ : str = "2025-03-12"
88__gen_version__ : str = "2.623.2"
9- __user_agent__ : str = "speakeasy-sdk/python 3.0.5 2.623.2 2025-03-12 clerk-backend-api"
9+ __user_agent__ : str = "speakeasy-sdk/python 3.0.7 2.623.2 2025-03-12 clerk-backend-api"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments