Skip to content

Commit 4fb04ca

Browse files
authored
Merge pull request #4 from clerk/speakeasy-sdk-regen-1721053579
chore: 🐝 Update SDK - Generate
2 parents cbe4b81 + 4826839 commit 4fb04ca

File tree

6 files changed

+29
-17
lines changed

6 files changed

+29
-17
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@ id: bfe29c99-6e67-43fe-b928-64d6a5ed6aa8
33
management:
44
docChecksum: 0ce7312d7709dddba448d3fb4b927bb6
55
docVersion: v1
6-
speakeasyVersion: 1.335.0
7-
generationVersion: 2.370.2
8-
releaseVersion: 0.5.0-alpha.8
9-
configChecksum: 6933af57af894f683ab29b51e56dff2c
6+
speakeasyVersion: 1.335.2
7+
generationVersion: 2.372.3
8+
releaseVersion: 0.5.0-alpha.9
9+
configChecksum: 08f2824c77f1a61eb4cb28b3a01eea42
1010
repoURL: https://github.com/clerk/clerk-sdk-python.git
1111
installationURL: https://github.com/clerk/clerk-sdk-python.git
1212
published: true
1313
features:
1414
python:
1515
additionalDependencies: 1.0.0
1616
constsAndDefaults: 1.0.0
17-
core: 5.0.0
17+
core: 5.1.2
1818
defaultEnabledRetries: 0.2.0
1919
deprecations: 3.0.0
20+
envVarSecurityUsage: 0.2.0
2021
examples: 3.0.0
2122
flatRequests: 1.0.0
2223
flattening: 3.0.0

.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: 0.5.0-alpha.8
15+
version: 0.5.0-alpha.9
1616
additionalDependencies:
1717
dev: {}
1818
main: {}

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.335.0
1+
speakeasyVersion: 1.335.2
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:20b17a59c744688a88d4cbc7ba79939918c44a4faecb820854548f7de8f9c0bb
6-
sourceBlobDigest: sha256:2a4cb5b8c17e542d744667ae4cbdc577743c1723f566563cd1836b55ff9e2436
5+
sourceRevisionDigest: sha256:ae5e21298e974750aa78c07c1d77f33fb553de41606cd9a5e39609866407802a
6+
sourceBlobDigest: sha256:6c4a820608240c2fdac4def6155a6448832f6474b6d462beb32abc4cff499994
77
tags:
88
- latest
99
- main
1010
targets:
1111
clerk-sdk-python:
1212
source: clerk-openapi
1313
sourceNamespace: clerk-openapi
14-
sourceRevisionDigest: sha256:20b17a59c744688a88d4cbc7ba79939918c44a4faecb820854548f7de8f9c0bb
15-
sourceBlobDigest: sha256:2a4cb5b8c17e542d744667ae4cbdc577743c1723f566563cd1836b55ff9e2436
14+
sourceRevisionDigest: sha256:ae5e21298e974750aa78c07c1d77f33fb553de41606cd9a5e39609866407802a
15+
sourceBlobDigest: sha256:6c4a820608240c2fdac4def6155a6448832f6474b6d462beb32abc4cff499994
1616
outLocation: .
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [python v0.5.0-alpha.8] .
3030
### Releases
31-
- [PyPI v0.5.0-alpha.8] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.8 - .
31+
- [PyPI v0.5.0-alpha.8] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.8 - .
32+
33+
## 2024-07-15 15:29:33
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc
37+
- Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [python v0.5.0-alpha.9] .
40+
### Releases
41+
- [PyPI v0.5.0-alpha.9] https://pypi.org/project/clerk-backend-api/0.5.0-alpha.9 - .

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 = "0.5.0-alpha.8"
3+
version = "0.5.0-alpha.9"
44
description = "Python Client SDK for clerk.dev"
55
authors = ["Clerk",]
66
readme = "README.md"

src/clerk_backend_api/sdkconfiguration.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from clerk_backend_api import models
88
from clerk_backend_api.types import Nullable, UNSET
99
from dataclasses import dataclass
10+
from pydantic import Field
1011
from typing import Callable, Dict, Optional, Tuple, Union
1112

1213

@@ -24,10 +25,10 @@ class SDKConfiguration:
2425
server_idx: Optional[int] = 0
2526
language: str = "python"
2627
openapi_doc_version: str = "v1"
27-
sdk_version: str = "0.5.0-alpha.8"
28-
gen_version: str = "2.370.2"
29-
user_agent: str = "speakeasy-sdk/python 0.5.0-alpha.8 2.370.2 v1 clerk-backend-api"
30-
retry_config: Optional[Nullable[RetryConfig]] = UNSET
28+
sdk_version: str = "0.5.0-alpha.9"
29+
gen_version: str = "2.372.3"
30+
user_agent: str = "speakeasy-sdk/python 0.5.0-alpha.9 2.372.3 v1 clerk-backend-api"
31+
retry_config: Optional[Nullable[RetryConfig]] = Field(default_factory=lambda: UNSET)
3132
timeout_ms: Optional[int] = None
3233

3334
def __post_init__(self):

0 commit comments

Comments
 (0)