Skip to content

Commit

Permalink
Merge pull request #1 from clerk/speakeasy-sdk-regen-1720725777
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
speakeasybot authored Jul 11, 2024
2 parents 62da60d + b432f4c commit afdb178
Show file tree
Hide file tree
Showing 8 changed files with 505 additions and 12 deletions.
7 changes: 5 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ management:
docVersion: v1
speakeasyVersion: 1.331.2
generationVersion: 2.366.1
releaseVersion: 0.5.0-alpha.5
configChecksum: 1246c6c55736ffc673da5de130e493ab
releaseVersion: 0.5.0-alpha.6
configChecksum: b234669f372cf694e810c4b3cf07d654
repoURL: https://github.com/clerk/clerk-sdk-python.git
installationURL: https://github.com/clerk/clerk-sdk-python.git
published: true
features:
python:
additionalDependencies: 1.0.0
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: 0.5.0-alpha.5
version: 0.5.0-alpha.6
additionalDependencies:
dev: {}
main: {}
Expand Down
12 changes: 8 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ speakeasyVersion: 1.331.2
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:305f26f9f1337077dd77c9bbb2bf5e1591f776fa1807740519f2e0e2502f9ece
sourceBlobDigest: sha256:f9fece020b113815baec25cc383b3d55dce300cfa983972195c2a5391299f412
sourceRevisionDigest: sha256:4ce22a0cdb7433f376f0842a2dda1143fc61c2da241b5903d6239a44fc978fec
sourceBlobDigest: sha256:c715e59591e54f9e2beca3ed567d1a12edc3f20580cac065511ce19c4423e3aa
tags:
- latest
- main
targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:305f26f9f1337077dd77c9bbb2bf5e1591f776fa1807740519f2e0e2502f9ece
sourceBlobDigest: sha256:f9fece020b113815baec25cc383b3d55dce300cfa983972195c2a5391299f412
sourceRevisionDigest: sha256:4ce22a0cdb7433f376f0842a2dda1143fc61c2da241b5903d6239a44fc978fec
sourceBlobDigest: sha256:c715e59591e54f9e2beca3ed567d1a12edc3f20580cac065511ce19c4423e3aa
outLocation: .
workflow:
workflowVersion: 1.0.0
Expand All @@ -30,3 +31,6 @@ workflow:
target: python
source: clerk-openapi
output: .
publish:
pypi:
token: $pypi_token
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ It has been generated successfully based on your OpenAPI spec. However, it is no

PIP
```bash
pip install git+<UNSET>.git
pip install clerk
```

Poetry
```bash
poetry add git+<UNSET>.git
poetry add clerk
```
<!-- End SDK Installation [installation] -->

Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


## 2024-07-11 19:22:54
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.331.2 (2.366.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.5.0-alpha.6] .
### Releases
- [PyPI v0.5.0-alpha.6] https://pypi.org/project/clerk/0.5.0-alpha.6 - .
474 changes: 474 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "clerk"
version = "0.5.0-alpha.5"
version = "0.5.0-alpha.6"
description = "Python Client SDK for clerk.dev"
authors = ["Clerk",]
readme = "README.md"
repository = "https://github.com/clerk/clerk-sdk-python.git"
packages = [
{ include = "clerk", from = "src" }
]
Expand Down
4 changes: 2 additions & 2 deletions src/clerk/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = "python"
openapi_doc_version: str = "v1"
sdk_version: str = "0.5.0-alpha.5"
sdk_version: str = "0.5.0-alpha.6"
gen_version: str = "2.366.1"
user_agent: str = "speakeasy-sdk/python 0.5.0-alpha.5 2.366.1 v1 clerk"
user_agent: str = "speakeasy-sdk/python 0.5.0-alpha.6 2.366.1 v1 clerk"
retry_config: Optional[Nullable[RetryConfig]] = UNSET
timeout_config: Optional[int] = None

Expand Down

0 comments on commit afdb178

Please sign in to comment.