File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed
Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: v1
66 speakeasyVersion: 1.385.0
77 generationVersion: 2.407.2
8- releaseVersion: 1.1.0
9- configChecksum: a11f3eebeffae0f4ac25bcc0f627c9ac
8+ releaseVersion: 1.1.1
9+ configChecksum: 983610439cf348bf8886f227d422b9f0
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 @@ -12,7 +12,7 @@ generation:
1212 auth :
1313 oAuth2ClientCredentialsEnabled : true
1414python :
15- version : 1.1.0
15+ version : 1.1.1
1616 additionalDependencies :
1717 dev :
1818 pytest : ^8.3.3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ speakeasyVersion: 1.385.0
22sources:
33 clerk-openapi:
44 sourceNamespace: clerk-openapi
5- sourceRevisionDigest: sha256:893fdf33c6809a067465ad40efd04bf4f2d535e855afe6a77b4236d8c790c2f2
5+ sourceRevisionDigest: sha256:39bcd57f7ed3b25f47ca21dad66dd895d2107d4f29fb4070e988e715870835da
66 sourceBlobDigest: sha256:6d2275786c3b69d57ac0156ca74ded589c0f709023afd8198dcafc521a054561
77 tags:
88 - latest
@@ -11,7 +11,7 @@ targets:
1111 clerk-sdk-python:
1212 source: clerk-openapi
1313 sourceNamespace: clerk-openapi
14- sourceRevisionDigest: sha256:893fdf33c6809a067465ad40efd04bf4f2d535e855afe6a77b4236d8c790c2f2
14+ sourceRevisionDigest: sha256:39bcd57f7ed3b25f47ca21dad66dd895d2107d4f29fb4070e988e715870835da
1515 sourceBlobDigest: sha256:6d2275786c3b69d57ac0156ca74ded589c0f709023afd8198dcafc521a054561
1616 outLocation: .
1717workflow:
Original file line number Diff line number Diff line change @@ -138,4 +138,14 @@ Based on:
138138### Generated
139139- [ python v1.1.0] .
140140### Releases
141- - [ PyPI v1.1.0] https://pypi.org/project/clerk-backend-api/1.1.0 - .
141+ - [ PyPI v1.1.0] https://pypi.org/project/clerk-backend-api/1.1.0 - .
142+
143+ ## 2024-10-29 13:25:51
144+ ### Changes
145+ Based on:
146+ - OpenAPI Doc
147+ - Speakeasy CLI 1.385.0 (2.407.2) https://github.com/speakeasy-api/speakeasy
148+ ### Generated
149+ - [ python v1.1.1] .
150+ ### Releases
151+ - [ PyPI v1.1.1] https://pypi.org/project/clerk-backend-api/1.1.1 - .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " clerk-backend-api"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " Python Client SDK for clerk.dev"
55authors = [" Clerk" ,]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ class SDKConfiguration:
2626 server_idx : Optional [int ] = 0
2727 language : str = "python"
2828 openapi_doc_version : str = "v1"
29- sdk_version : str = "1.1.0 "
29+ sdk_version : str = "1.1.1 "
3030 gen_version : str = "2.407.2"
31- user_agent : str = "speakeasy-sdk/python 1.1.0 2.407.2 v1 clerk-backend-api"
31+ user_agent : str = "speakeasy-sdk/python 1.1.1 2.407.2 v1 clerk-backend-api"
3232 retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
3333 timeout_ms : Optional [int ] = None
3434
You canβt perform that action at this time.
0 commit comments