Skip to content

Commit

Permalink
Merge pull request #33 from clerk/speakeasy-sdk-regen-1729350162
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 1.0.1
  • Loading branch information
speakeasybot authored Oct 19, 2024
2 parents acb4e79 + 55e21b9 commit dd22892
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.0.0
configChecksum: 4aff20ae5943af7882208dce8eacd52d
releaseVersion: 1.0.1
configChecksum: 38d1ac3ddb3a03f7345218a299ec5108
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.0.0
version: 1.0.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:80e76fbeeada366104bd0054f5f99a6e046202f93a5c3b5331e468afc3dd4b4d
sourceRevisionDigest: sha256:b16e2cf72b6dd0a7ae4e7b5cebbab767f7e1f2a974b2091830e9ac7e1d97d60d
sourceBlobDigest: sha256:5973f4930511cc94f06052b98484a93dc07822f035843d1e5ea2a8f40188e68d
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:80e76fbeeada366104bd0054f5f99a6e046202f93a5c3b5331e468afc3dd4b4d
sourceRevisionDigest: sha256:b16e2cf72b6dd0a7ae4e7b5cebbab767f7e1f2a974b2091830e9ac7e1d97d60d
sourceBlobDigest: sha256:5973f4930511cc94f06052b98484a93dc07822f035843d1e5ea2a8f40188e68d
outLocation: .
workflow:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,14 @@ Based on:
### Generated
- [python v1.0.0] .
### Releases
- [PyPI v1.0.0] https://pypi.org/project/clerk-backend-api/1.0.0 - .
- [PyPI v1.0.0] https://pypi.org/project/clerk-backend-api/1.0.0 - .

## 2024-10-19 15:02:39
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.385.0 (2.407.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.0.1] .
### Releases
- [PyPI v1.0.1] https://pypi.org/project/clerk-backend-api/1.0.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.0.0"
version = "1.0.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.0.0"
sdk_version: str = "1.0.1"
gen_version: str = "2.407.2"
user_agent: str = "speakeasy-sdk/python 1.0.0 2.407.2 v1 clerk-backend-api"
user_agent: str = "speakeasy-sdk/python 1.0.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 dd22892

Please sign in to comment.