Skip to content

Commit 3ed620b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.558.0
1 parent a2b80ff commit 3ed620b

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
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: "2025-03-12"
66
speakeasyVersion: 1.558.0
77
generationVersion: 2.623.2
8-
releaseVersion: 3.0.5
9-
configChecksum: b2beb70406e86c699ba3f0800fe50403
8+
releaseVersion: 3.0.7
9+
configChecksum: 53d2b076b4a384c5a410a3679fbac4f2
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
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: false
1919
python:
20-
version: 3.0.5
20+
version: 3.0.7
2121
additionalDependencies:
2222
dev:
2323
pytest: ^8.3.3

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.558.0
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:77e4fa0b2401d7211087239c1bc81565c6eef7fe5086619ce1d703d6cdcd837c
5+
sourceRevisionDigest: sha256:ac4bed44900d82a3d86329ecf0fc46b28706ec4094110f8283405afced152d82
66
sourceBlobDigest: sha256:595a7d4c019d1d3c567ca7c4ceaffa57bb5306f217b12a75df160fb107e21e47
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751988511
9+
- speakeasy-sdk-regen-1752884598
1010
- "2025-03-12"
1111
targets:
1212
clerk-sdk-python:
1313
source: clerk-openapi
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:77e4fa0b2401d7211087239c1bc81565c6eef7fe5086619ce1d703d6cdcd837c
15+
sourceRevisionDigest: sha256:ac4bed44900d82a3d86329ecf0fc46b28706ec4094110f8283405afced152d82
1616
sourceBlobDigest: sha256:595a7d4c019d1d3c567ca7c4ceaffa57bb5306f217b12a75df160fb107e21e47
1717
codeSamplesNamespace: clerk-openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:27c1c443e824943843f357ee111742d12b62e72861c17b4d5236b086571b17fd
18+
codeSamplesRevisionDigest: sha256:5306b2c7e3bbff31f33f367a4d1b78842754d1d840ebb77591eae464e95e164a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,14 @@ Based on:
358358
### Generated
359359
- [python v3.0.5] .
360360
### Releases
361-
- [PyPI v3.0.5] https://pypi.org/project/clerk-backend-api/3.0.5 - .
361+
- [PyPI v3.0.5] https://pypi.org/project/clerk-backend-api/3.0.5 - .
362+
363+
## 2025-07-20 00:26:28
364+
### Changes
365+
Based on:
366+
- OpenAPI Doc
367+
- Speakeasy CLI 1.558.0 (2.623.2) https://github.com/speakeasy-api/speakeasy
368+
### Generated
369+
- [python v3.0.7] .
370+
### Releases
371+
- [PyPI v3.0.7] https://pypi.org/project/clerk-backend-api/3.0.7 - .

pyproject.toml

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

src/clerk_backend_api/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "clerk-backend-api"
6-
__version__: str = "3.0.5"
6+
__version__: str = "3.0.7"
77
__openapi_doc_version__: str = "2025-03-12"
88
__gen_version__: str = "2.623.2"
9-
__user_agent__: str = "speakeasy-sdk/python 3.0.5 2.623.2 2025-03-12 clerk-backend-api"
9+
__user_agent__: str = "speakeasy-sdk/python 3.0.7 2.623.2 2025-03-12 clerk-backend-api"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)