Skip to content

Commit 411cf87

Browse files
authored
Merge pull request #46 from clerk/speakeasy-sdk-regen-1730208354
chore: 🐝 Update SDK - Generate 1.1.1
2 parents c358182 + 2ad417f commit 411cf87

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
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: 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

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: true
1414
python:
15-
version: 1.1.0
15+
version: 1.1.1
1616
additionalDependencies:
1717
dev:
1818
pytest: ^8.3.3

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ speakeasyVersion: 1.385.0
22
sources:
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: .
1717
workflow:

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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 - .

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clerk-backend-api"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Python Client SDK for clerk.dev"
55
authors = ["Clerk",]
66
readme = "README-PYPI.md"

β€Žsrc/clerk_backend_api/sdkconfiguration.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
Β (0)