File tree Expand file tree Collapse file tree 6 files changed +127
-11
lines changed
Expand file tree Collapse file tree 6 files changed +127
-11
lines changed Load Diff Large diffs are not rendered by default.
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.3
20+ version : 3.0.5
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:3288eba09b33528d64d74299415d843a118513d034d93d468cbe9ec68ca2bb7e
5+ sourceRevisionDigest: sha256:77e4fa0b2401d7211087239c1bc81565c6eef7fe5086619ce1d703d6cdcd837c
66 sourceBlobDigest: sha256:595a7d4c019d1d3c567ca7c4ceaffa57bb5306f217b12a75df160fb107e21e47
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1749494521
9+ - speakeasy-sdk-regen-1751988511
1010 - "2025-03-12"
1111targets:
1212 clerk-sdk-python:
1313 source: clerk-openapi
1414 sourceNamespace: clerk-openapi
15- sourceRevisionDigest: sha256:3288eba09b33528d64d74299415d843a118513d034d93d468cbe9ec68ca2bb7e
15+ sourceRevisionDigest: sha256:77e4fa0b2401d7211087239c1bc81565c6eef7fe5086619ce1d703d6cdcd837c
1616 sourceBlobDigest: sha256:595a7d4c019d1d3c567ca7c4ceaffa57bb5306f217b12a75df160fb107e21e47
1717 codeSamplesNamespace: clerk-openapi-python-code-samples
18- codeSamplesRevisionDigest: sha256:32d52dd50c58576c0c38393f9db2ce25e4027e95a5e8ea017aa0a49346721cb6
18+ codeSamplesRevisionDigest: sha256:27c1c443e824943843f357ee111742d12b62e72861c17b4d5236b086571b17fd
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -348,4 +348,14 @@ Based on:
348348### Generated
349349- [ python v3.0.3] .
350350### Releases
351- - [ PyPI v3.0.3] https://pypi.org/project/clerk-backend-api/3.0.3 - .
351+ - [ PyPI v3.0.3] https://pypi.org/project/clerk-backend-api/3.0.3 - .
352+
353+ ## 2025-07-08 15:28:14
354+ ### Changes
355+ Based on:
356+ - OpenAPI Doc
357+ - Speakeasy CLI 1.558.0 (2.623.2) https://github.com/speakeasy-api/speakeasy
358+ ### Generated
359+ - [ python v3.0.5] .
360+ ### Releases
361+ - [ PyPI v3.0.5] https://pypi.org/project/clerk-backend-api/3.0.5 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " clerk-backend-api"
3- version = " 3.0.3 "
3+ version = " 3.0.5 "
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.3 "
6+ __version__ : str = "3.0.5 "
77__openapi_doc_version__ : str = "2025-03-12"
88__gen_version__ : str = "2.623.2"
9- __user_agent__ : str = "speakeasy-sdk/python 3.0.3 2.623.2 2025-03-12 clerk-backend-api"
9+ __user_agent__ : str = "speakeasy-sdk/python 3.0.5 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