Skip to content

Commit

Permalink
Merge pull request #46 from clerk/speakeasy-sdk-regen-1730208354
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 1.1.1
  • Loading branch information
speakeasybot authored Oct 29, 2024
2 parents c358182 + 2ad417f commit 411cf87
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: v1
speakeasyVersion: 1.385.0
generationVersion: 2.407.2
releaseVersion: 1.1.0
configChecksum: a11f3eebeffae0f4ac25bcc0f627c9ac
releaseVersion: 1.1.1
configChecksum: 983610439cf348bf8886f227d422b9f0
repoURL: https://github.com/clerk/clerk-sdk-python.git
installationURL: https://github.com/clerk/clerk-sdk-python.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
python:
version: 1.1.0
version: 1.1.1
additionalDependencies:
dev:
pytest: ^8.3.3
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.385.0
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:893fdf33c6809a067465ad40efd04bf4f2d535e855afe6a77b4236d8c790c2f2
sourceRevisionDigest: sha256:39bcd57f7ed3b25f47ca21dad66dd895d2107d4f29fb4070e988e715870835da
sourceBlobDigest: sha256:6d2275786c3b69d57ac0156ca74ded589c0f709023afd8198dcafc521a054561
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:893fdf33c6809a067465ad40efd04bf4f2d535e855afe6a77b4236d8c790c2f2
sourceRevisionDigest: sha256:39bcd57f7ed3b25f47ca21dad66dd895d2107d4f29fb4070e988e715870835da
sourceBlobDigest: sha256:6d2275786c3b69d57ac0156ca74ded589c0f709023afd8198dcafc521a054561
outLocation: .
workflow:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,14 @@ Based on:
### Generated
- [python v1.1.0] .
### Releases
- [PyPI v1.1.0] https://pypi.org/project/clerk-backend-api/1.1.0 - .
- [PyPI v1.1.0] https://pypi.org/project/clerk-backend-api/1.1.0 - .

## 2024-10-29 13:25:51
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.385.0 (2.407.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.1.1] .
### Releases
- [PyPI v1.1.1] https://pypi.org/project/clerk-backend-api/1.1.1 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clerk-backend-api"
version = "1.1.0"
version = "1.1.1"
description = "Python Client SDK for clerk.dev"
authors = ["Clerk",]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/clerk_backend_api/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = "python"
openapi_doc_version: str = "v1"
sdk_version: str = "1.1.0"
sdk_version: str = "1.1.1"
gen_version: str = "2.407.2"
user_agent: str = "speakeasy-sdk/python 1.1.0 2.407.2 v1 clerk-backend-api"
user_agent: str = "speakeasy-sdk/python 1.1.1 2.407.2 v1 clerk-backend-api"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down

0 comments on commit 411cf87

Please sign in to comment.