This repository was archived by the owner on Sep 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +26
-15
lines changed Expand file tree Collapse file tree 7 files changed +26
-15
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 8618b570-44d2-4c9e-aa91-d78e8fe5330e
33management:
44 docChecksum: 6a3c4265582b7a6d51d438f935f03946
55 docVersion: 1.0.0
6- speakeasyVersion: 1.422 .1
7- generationVersion: 2.438.15
8- releaseVersion: 0.1.1
9- configChecksum: 9c66e586ba01918c7530870d3cdb2ecb
6+ speakeasyVersion: 1.423 .1
7+ generationVersion: 2.442.11
8+ releaseVersion: 0.2.0
9+ configChecksum: 6f8d3a2df81e982a349004e60ee623a2
1010 repoURL: https://github.com/unkeyed/unkey-py.git
1111 installationURL: https://github.com/unkeyed/unkey-py.git
1212 published: true
@@ -33,6 +33,7 @@ features:
3333 responseFormat: 1.0.1
3434 retries: 3.0.2
3535 sdkHooks: 1.0.0
36+ tests: 1.6.0
3637 unions: 3.0.2
3738generatedFiles:
3839 - .devcontainer/README.md
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ generation:
1515 auth :
1616 oAuth2ClientCredentialsEnabled : true
1717python :
18- version : 0.1.1
18+ version : 0.2.0
1919 additionalDependencies :
2020 dev : {}
2121 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.422 .1
1+ speakeasyVersion: 1.423 .1
22sources:
33 Unkey-OAS:
44 sourceNamespace: unkey-oas
5- sourceRevisionDigest: sha256:d83811be4fc2592537d18810313c7f7ae2d8749dd3b952924217478426bf353a
5+ sourceRevisionDigest: sha256:dadcd25da50cf8783e6c2fba52f0c5e004af0c77635edacdc6948b5d8cf88c51
66 sourceBlobDigest: sha256:6af87205b63b788e53a11d7145cd48df3e627187a5a2f694c27e3b2b49b06871
77 tags:
88 - latest
@@ -11,10 +11,10 @@ targets:
1111 unkey:
1212 source: Unkey-OAS
1313 sourceNamespace: unkey-oas
14- sourceRevisionDigest: sha256:d83811be4fc2592537d18810313c7f7ae2d8749dd3b952924217478426bf353a
14+ sourceRevisionDigest: sha256:dadcd25da50cf8783e6c2fba52f0c5e004af0c77635edacdc6948b5d8cf88c51
1515 sourceBlobDigest: sha256:6af87205b63b788e53a11d7145cd48df3e627187a5a2f694c27e3b2b49b06871
1616 codeSamplesNamespace: unkey-oas-code-samples
17- codeSamplesRevisionDigest: sha256:6f1836c611b2287bca5a0908a09f9cc0c8b8d6011d4327820f07ac462b0bce3a
17+ codeSamplesRevisionDigest: sha256:7555f203175249a448e9cc199ac850a15ba297f09eb320ec9913825d0979f417
1818workflow:
1919 workflowVersion: 1.0.0
2020 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -8,4 +8,14 @@ Based on:
88### Generated
99- [ python v0.1.1] .
1010### Releases
11- - [ PyPI v0.1.1] https://pypi.org/project/unkey/0.1.1 - .
11+ - [ PyPI v0.1.1] https://pypi.org/project/unkey/0.1.1 - .
12+
13+ ## 2024-10-29 14:20:55
14+ ### Changes
15+ Based on:
16+ - OpenAPI Doc
17+ - Speakeasy CLI 1.423.1 (2.442.11) https://github.com/speakeasy-api/speakeasy
18+ ### Generated
19+ - [ python v0.2.0] .
20+ ### Releases
21+ - [ PyPI v0.2.0] https://pypi.org/project/unkey/0.2.0 - .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " unkey"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44description = " Python Client SDK Generated by Speakeasy."
55authors = [" Speakeasy" ,]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "unkey"
6- __version__ : str = "0.1.1 "
6+ __version__ : str = "0.2.0 "
77
88try :
99 if __package__ is not None :
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ class SDKConfiguration:
2727 server_idx : Optional [int ] = 0
2828 language : str = "python"
2929 openapi_doc_version : str = "1.0.0"
30- sdk_version : str = "0.1.1 "
31- gen_version : str = "2.438.15 "
32- user_agent : str = "speakeasy-sdk/python 0.1.1 2.438.15 1.0.0 unkey"
30+ sdk_version : str = "0.2.0 "
31+ gen_version : str = "2.442.11 "
32+ user_agent : str = "speakeasy-sdk/python 0.2.0 2.442.11 1.0.0 unkey"
3333 retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
3434 timeout_ms : Optional [int ] = None
3535
You canβt perform that action at this time.
0 commit comments