File tree 6 files changed +26
-16
lines changed
src/speakeasy_client_sdk_python
6 files changed +26
-16
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
3
3
management:
4
- docChecksum: 62de849b4a7c6afc8aa8d16b041d7861
4
+ docChecksum: e4cb9ecada8b35163db080ecaaf60fe3
5
5
docVersion: 0.4.0 .
6
- speakeasyVersion: internal
7
- generationVersion: internal
8
- releaseVersion: 5.10.0
9
- configChecksum: 9258729c646fceda72d09c2237f588bd
6
+ speakeasyVersion: 1.330.0
7
+ generationVersion: 2.361.10
8
+ releaseVersion: 5.10.1
9
+ configChecksum: 1023da4f627eda0126581ce862792ecd
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
python :
13
- version : 5.10.0
13
+ version : 5.10.1
14
14
additionalDependencies :
15
15
dev : {}
16
16
main : {}
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.308.2
1
+ speakeasyVersion: 1.330.0
2
2
sources:
3
3
speakeasy-openapi:
4
4
sourceNamespace: speakeasy-openapi
5
- sourceRevisionDigest: sha256:64029a59d705a71660d6e09f6d57f776df213863f60432d21076520568291a51
6
- sourceBlobDigest: sha256:5f4df2a03fbef7bbab01df68981caa065cb2d695e6246547aea26450ac8a81de
5
+ sourceRevisionDigest: sha256:760700f4d1106de219dfa5156e81ea49934f36fe4de39d19dd269fd6e12ab4ce
6
+ sourceBlobDigest: sha256:44d88da2c0eae09379433eeaa92e72b7f04ecb329d175ac6463637250e6b82ab
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
speakeasy-client-sdk-python:
12
12
source: speakeasy-openapi
13
13
sourceNamespace: speakeasy-openapi
14
- sourceRevisionDigest: sha256:64029a59d705a71660d6e09f6d57f776df213863f60432d21076520568291a51
15
- sourceBlobDigest: sha256:5f4df2a03fbef7bbab01df68981caa065cb2d695e6246547aea26450ac8a81de
14
+ sourceRevisionDigest: sha256:760700f4d1106de219dfa5156e81ea49934f36fe4de39d19dd269fd6e12ab4ce
15
+ sourceBlobDigest: sha256:44d88da2c0eae09379433eeaa92e72b7f04ecb329d175ac6463637250e6b82ab
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -1716,4 +1716,14 @@ Based on:
1716
1716
### Generated
1717
1717
- [ python v5.9.16] .
1718
1718
### Releases
1719
- - [ PyPI v5.9.16] https://pypi.org/project/speakeasy-client-sdk-python/5.9.16 - .
1719
+ - [ PyPI v5.9.16] https://pypi.org/project/speakeasy-client-sdk-python/5.9.16 - .
1720
+
1721
+ ## 2024-07-10 10:27:01
1722
+ ### Changes
1723
+ Based on:
1724
+ - OpenAPI Doc
1725
+ - Speakeasy CLI 1.330.0 (2.361.10) https://github.com/speakeasy-api/speakeasy
1726
+ ### Generated
1727
+ - [ python v5.10.1] .
1728
+ ### Releases
1729
+ - [ PyPI v5.10.1] https://pypi.org/project/speakeasy-client-sdk-python/5.10.1 - .
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " speakeasy-client-sdk-python"
3
- version = " 5.10.0 "
3
+ version = " 5.10.1 "
4
4
description = " Speakeasy API Client SDK for Python"
5
5
authors = [" Speakeasy" ,]
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ class SDKConfiguration:
27
27
server : Optional [str ] = ""
28
28
language : str = "python"
29
29
openapi_doc_version : str = "0.4.0 ."
30
- sdk_version : str = "5.10.0 "
31
- gen_version : str = "internal "
32
- user_agent : str = "speakeasy-sdk/python 5.10.0 internal 0.4.0 . speakeasy-client-sdk-python"
30
+ sdk_version : str = "5.10.1 "
31
+ gen_version : str = "2.361.10 "
32
+ user_agent : str = "speakeasy-sdk/python 5.10.1 2.361.10 0.4.0 . speakeasy-client-sdk-python"
33
33
retry_config : Optional [Nullable [RetryConfig ]] = UNSET
34
34
timeout_config : Optional [int ] = None
35
35
You can’t perform that action at this time.
0 commit comments