File tree 7 files changed +26
-15
lines changed
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
3
3
management:
4
4
docChecksum: 6a3c4265582b7a6d51d438f935f03946
5
5
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
10
10
repoURL: https://github.com/unkeyed/unkey-py.git
11
11
installationURL: https://github.com/unkeyed/unkey-py.git
12
12
published: true
@@ -33,6 +33,7 @@ features:
33
33
responseFormat: 1.0.1
34
34
retries: 3.0.2
35
35
sdkHooks: 1.0.0
36
+ tests: 1.6.0
36
37
unions: 3.0.2
37
38
generatedFiles:
38
39
- .devcontainer/README.md
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ generation:
15
15
auth :
16
16
oAuth2ClientCredentialsEnabled : true
17
17
python :
18
- version : 0.1.1
18
+ version : 0.2.0
19
19
additionalDependencies :
20
20
dev : {}
21
21
main : {}
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.422 .1
1
+ speakeasyVersion: 1.423 .1
2
2
sources:
3
3
Unkey-OAS:
4
4
sourceNamespace: unkey-oas
5
- sourceRevisionDigest: sha256:d83811be4fc2592537d18810313c7f7ae2d8749dd3b952924217478426bf353a
5
+ sourceRevisionDigest: sha256:dadcd25da50cf8783e6c2fba52f0c5e004af0c77635edacdc6948b5d8cf88c51
6
6
sourceBlobDigest: sha256:6af87205b63b788e53a11d7145cd48df3e627187a5a2f694c27e3b2b49b06871
7
7
tags:
8
8
- latest
@@ -11,10 +11,10 @@ targets:
11
11
unkey:
12
12
source: Unkey-OAS
13
13
sourceNamespace: unkey-oas
14
- sourceRevisionDigest: sha256:d83811be4fc2592537d18810313c7f7ae2d8749dd3b952924217478426bf353a
14
+ sourceRevisionDigest: sha256:dadcd25da50cf8783e6c2fba52f0c5e004af0c77635edacdc6948b5d8cf88c51
15
15
sourceBlobDigest: sha256:6af87205b63b788e53a11d7145cd48df3e627187a5a2f694c27e3b2b49b06871
16
16
codeSamplesNamespace: unkey-oas-code-samples
17
- codeSamplesRevisionDigest: sha256:6f1836c611b2287bca5a0908a09f9cc0c8b8d6011d4327820f07ac462b0bce3a
17
+ codeSamplesRevisionDigest: sha256:7555f203175249a448e9cc199ac850a15ba297f09eb320ec9913825d0979f417
18
18
workflow:
19
19
workflowVersion: 1.0.0
20
20
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -8,4 +8,14 @@ Based on:
8
8
### Generated
9
9
- [ python v0.1.1] .
10
10
### 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 1
1
[tool .poetry ]
2
2
name = " unkey"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
description = " Python Client SDK Generated by Speakeasy."
5
5
authors = [" Speakeasy" ,]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 3
3
import importlib .metadata
4
4
5
5
__title__ : str = "unkey"
6
- __version__ : str = "0.1.1 "
6
+ __version__ : str = "0.2.0 "
7
7
8
8
try :
9
9
if __package__ is not None :
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ class SDKConfiguration:
27
27
server_idx : Optional [int ] = 0
28
28
language : str = "python"
29
29
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"
33
33
retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
34
34
timeout_ms : Optional [int ] = None
35
35
You can’t perform that action at this time.
0 commit comments