File tree Expand file tree Collapse file tree 6 files changed +26
-16
lines changed
src/speakeasy_client_sdk_python Expand file tree Collapse file tree 6 files changed +26
-16
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
33management:
4- docChecksum: 62de849b4a7c6afc8aa8d16b041d7861
4+ docChecksum: e4cb9ecada8b35163db080ecaaf60fe3
55 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
1010 repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
1111 repoSubDirectory: .
1212 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:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212python :
13- version : 5.10.0
13+ version : 5.10.1
1414 additionalDependencies :
1515 dev : {}
1616 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.308.2
1+ speakeasyVersion: 1.330.0
22sources:
33 speakeasy-openapi:
44 sourceNamespace: speakeasy-openapi
5- sourceRevisionDigest: sha256:64029a59d705a71660d6e09f6d57f776df213863f60432d21076520568291a51
6- sourceBlobDigest: sha256:5f4df2a03fbef7bbab01df68981caa065cb2d695e6246547aea26450ac8a81de
5+ sourceRevisionDigest: sha256:760700f4d1106de219dfa5156e81ea49934f36fe4de39d19dd269fd6e12ab4ce
6+ sourceBlobDigest: sha256:44d88da2c0eae09379433eeaa92e72b7f04ecb329d175ac6463637250e6b82ab
77 tags:
88 - latest
99 - main
1010targets:
1111 speakeasy-client-sdk-python:
1212 source: speakeasy-openapi
1313 sourceNamespace: speakeasy-openapi
14- sourceRevisionDigest: sha256:64029a59d705a71660d6e09f6d57f776df213863f60432d21076520568291a51
15- sourceBlobDigest: sha256:5f4df2a03fbef7bbab01df68981caa065cb2d695e6246547aea26450ac8a81de
14+ sourceRevisionDigest: sha256:760700f4d1106de219dfa5156e81ea49934f36fe4de39d19dd269fd6e12ab4ce
15+ sourceBlobDigest: sha256:44d88da2c0eae09379433eeaa92e72b7f04ecb329d175ac6463637250e6b82ab
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -1716,4 +1716,14 @@ Based on:
17161716### Generated
17171717- [ python v5.9.16] .
17181718### 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 11[tool .poetry ]
22name = " speakeasy-client-sdk-python"
3- version = " 5.10.0 "
3+ version = " 5.10.1 "
44description = " Speakeasy API Client SDK for Python"
55authors = [" Speakeasy" ,]
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ class SDKConfiguration:
2727 server : Optional [str ] = ""
2828 language : str = "python"
2929 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"
3333 retry_config : Optional [Nullable [RetryConfig ]] = UNSET
3434 timeout_config : Optional [int ] = None
3535
You can’t perform that action at this time.
0 commit comments