Skip to content

Commit

Permalink
Merge pull request #4 from unkeyed/speakeasy-sdk-regen-1730281098
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.8.0
  • Loading branch information
chronark authored Oct 30, 2024
2 parents b1f43d4 + d8d7884 commit 367c58e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 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: 1.0.0
speakeasyVersion: 1.423.2
generationVersion: 2.442.11
releaseVersion: 0.2.1
configChecksum: ab6b2b4d99cbe9ccc8b9e716725cb36f
releaseVersion: 0.8.0
configChecksum: 4dc520c051d585a9dc026c094bddabf8
repoURL: https://github.com/unkeyed/unkey-py.git
installationURL: https://github.com/unkeyed/unkey-py.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 @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
python:
version: 0.2.1
version: 0.8.0
additionalDependencies:
dev: {}
main: {}
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.423.2
sources:
Unkey-OAS:
sourceNamespace: unkey-oas
sourceRevisionDigest: sha256:03047b549939407d79938b5a9f9c27c689dad8d80d6635471e89043b89848b77
sourceRevisionDigest: sha256:77cec2c8c45e9c130ef57d68743807e7bd2403cf3614d8b104c608abfc316d9a
sourceBlobDigest: sha256:6af87205b63b788e53a11d7145cd48df3e627187a5a2f694c27e3b2b49b06871
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
unkey:
source: Unkey-OAS
sourceNamespace: unkey-oas
sourceRevisionDigest: sha256:03047b549939407d79938b5a9f9c27c689dad8d80d6635471e89043b89848b77
sourceRevisionDigest: sha256:77cec2c8c45e9c130ef57d68743807e7bd2403cf3614d8b104c608abfc316d9a
sourceBlobDigest: sha256:6af87205b63b788e53a11d7145cd48df3e627187a5a2f694c27e3b2b49b06871
codeSamplesNamespace: unkey-oas-code-samples
codeSamplesRevisionDigest: sha256:74fbb75516a01df5ebc92ddfa43bffe6d18873933719e7ffadfd16bc591f6271
codeSamplesRevisionDigest: sha256:f18c29a9afe25af19229473983a93ecff14afe2b9bc83801efb54f38182a1057
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 @@ -28,4 +28,14 @@ Based on:
### Generated
- [python v0.2.1] .
### Releases
- [PyPI v0.2.1] https://pypi.org/project/unkey.py/0.2.1 - .
- [PyPI v0.2.1] https://pypi.org/project/unkey.py/0.2.1 - .

## 2024-10-30 09:38:15
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.423.2 (2.442.11) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.8.0] .
### Releases
- [PyPI v0.8.0] https://pypi.org/project/unkey.py/0.8.0 - .
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 = "unkey.py"
version = "0.2.1"
version = "0.8.0"
description = "Python Client SDK for unkey.com."
authors = ["Speakeasy",]
readme = "README-PYPI.md"
Expand Down
2 changes: 1 addition & 1 deletion src/unkey_py/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import importlib.metadata

__title__: str = "unkey.py"
__version__: str = "0.2.1"
__version__: str = "0.8.0"

try:
if __package__ is not None:
Expand Down
4 changes: 2 additions & 2 deletions src/unkey_py/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = "python"
openapi_doc_version: str = "1.0.0"
sdk_version: str = "0.2.1"
sdk_version: str = "0.8.0"
gen_version: str = "2.442.11"
user_agent: str = "speakeasy-sdk/python 0.2.1 2.442.11 1.0.0 unkey.py"
user_agent: str = "speakeasy-sdk/python 0.8.0 2.442.11 1.0.0 unkey.py"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down

0 comments on commit 367c58e

Please sign in to comment.