Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "2025-04-10"
speakeasyVersion: 1.558.0
generationVersion: 2.623.2
releaseVersion: 3.1.5
configChecksum: 51d19ad9b4067eb27c833b7a7943c3ff
releaseVersion: 3.1.7
configChecksum: 8949ce39589d44d76fd4d7b9748b5aeb
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 @@ -17,7 +17,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 3.1.5
version: 3.1.7
additionalDependencies:
dev:
pytest: ^8.3.3
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.558.0
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:59b12ba3f63feb0774fc1d3cad7cea6fa4eaea5b9d5d4a7db06d8286c6f8b812
sourceRevisionDigest: sha256:9700a4b95ce77770fa4fd7447efffacdb91156e34515aa737786a8c8aad8b596
sourceBlobDigest: sha256:abd75631c09f8ffb26cf357f9b223c79e5dad65ae12bfd68eaf76031177b4f86
tags:
- latest
- speakeasy-sdk-regen-1753731037
- speakeasy-sdk-regen-1753748784
- "2025-04-10"
targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:59b12ba3f63feb0774fc1d3cad7cea6fa4eaea5b9d5d4a7db06d8286c6f8b812
sourceRevisionDigest: sha256:9700a4b95ce77770fa4fd7447efffacdb91156e34515aa737786a8c8aad8b596
sourceBlobDigest: sha256:abd75631c09f8ffb26cf357f9b223c79e5dad65ae12bfd68eaf76031177b4f86
codeSamplesNamespace: clerk-openapi-python-code-samples
codeSamplesRevisionDigest: sha256:1f104f941026c9cb832636c2f7b2259eaa092e18d67e1fd12b76f74e02517f56
codeSamplesRevisionDigest: sha256:fac1cdb97b04d1226b8285d700f2e216e839a1475f879b2235cfbfd5b2c961d5
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,14 @@ Based on:
### Generated
- [python v3.1.5] .
### Releases
- [PyPI v3.1.5] https://pypi.org/project/clerk-backend-api/3.1.5 - .
- [PyPI v3.1.5] https://pypi.org/project/clerk-backend-api/3.1.5 - .

## 2025-07-29 00:26:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.558.0 (2.623.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.1.7] .
### Releases
- [PyPI v3.1.7] https://pypi.org/project/clerk-backend-api/3.1.7 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "clerk-backend-api"
version = "3.1.5"
version = "3.1.7"
description = "Python Client SDK for clerk.dev"
authors = [{ name = "Clerk" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/clerk_backend_api/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "clerk-backend-api"
__version__: str = "3.1.5"
__version__: str = "3.1.7"
__openapi_doc_version__: str = "2025-04-10"
__gen_version__: str = "2.623.2"
__user_agent__: str = "speakeasy-sdk/python 3.1.5 2.623.2 2025-04-10 clerk-backend-api"
__user_agent__: str = "speakeasy-sdk/python 3.1.7 2.623.2 2025-04-10 clerk-backend-api"

try:
if __package__ is not None:
Expand Down