Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.330.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 10, 2024
1 parent 0b2820f commit c4dafe1
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
management:
docChecksum: 62de849b4a7c6afc8aa8d16b041d7861
docChecksum: e4cb9ecada8b35163db080ecaaf60fe3
docVersion: 0.4.0 .
speakeasyVersion: internal
generationVersion: internal
releaseVersion: 5.10.0
configChecksum: 9258729c646fceda72d09c2237f588bd
speakeasyVersion: 1.330.0
generationVersion: 2.361.10
releaseVersion: 5.10.1
configChecksum: 1023da4f627eda0126581ce862792ecd
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 5.10.0
version: 5.10.1
additionalDependencies:
dev: {}
main: {}
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.308.2
speakeasyVersion: 1.330.0
sources:
speakeasy-openapi:
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:64029a59d705a71660d6e09f6d57f776df213863f60432d21076520568291a51
sourceBlobDigest: sha256:5f4df2a03fbef7bbab01df68981caa065cb2d695e6246547aea26450ac8a81de
sourceRevisionDigest: sha256:760700f4d1106de219dfa5156e81ea49934f36fe4de39d19dd269fd6e12ab4ce
sourceBlobDigest: sha256:44d88da2c0eae09379433eeaa92e72b7f04ecb329d175ac6463637250e6b82ab
tags:
- latest
- main
targets:
speakeasy-client-sdk-python:
source: speakeasy-openapi
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:64029a59d705a71660d6e09f6d57f776df213863f60432d21076520568291a51
sourceBlobDigest: sha256:5f4df2a03fbef7bbab01df68981caa065cb2d695e6246547aea26450ac8a81de
sourceRevisionDigest: sha256:760700f4d1106de219dfa5156e81ea49934f36fe4de39d19dd269fd6e12ab4ce
sourceBlobDigest: sha256:44d88da2c0eae09379433eeaa92e72b7f04ecb329d175ac6463637250e6b82ab
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1716,4 +1716,14 @@ Based on:
### Generated
- [python v5.9.16] .
### Releases
- [PyPI v5.9.16] https://pypi.org/project/speakeasy-client-sdk-python/5.9.16 - .
- [PyPI v5.9.16] https://pypi.org/project/speakeasy-client-sdk-python/5.9.16 - .

## 2024-07-10 10:27:01
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.330.0 (2.361.10) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.10.1] .
### Releases
- [PyPI v5.10.1] https://pypi.org/project/speakeasy-client-sdk-python/5.10.1 - .
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 = "speakeasy-client-sdk-python"
version = "5.10.0"
version = "5.10.1"
description = "Speakeasy API Client SDK for Python"
authors = ["Speakeasy",]
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions src/speakeasy_client_sdk_python/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class SDKConfiguration:
server: Optional[str] = ""
language: str = "python"
openapi_doc_version: str = "0.4.0 ."
sdk_version: str = "5.10.0"
gen_version: str = "internal"
user_agent: str = "speakeasy-sdk/python 5.10.0 internal 0.4.0 . speakeasy-client-sdk-python"
sdk_version: str = "5.10.1"
gen_version: str = "2.361.10"
user_agent: str = "speakeasy-sdk/python 5.10.1 2.361.10 0.4.0 . speakeasy-client-sdk-python"
retry_config: Optional[Nullable[RetryConfig]] = UNSET
timeout_config: Optional[int] = None

Expand Down

0 comments on commit c4dafe1

Please sign in to comment.