Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.308.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 14, 2024
1 parent a110eb5 commit f7453da
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.4.0 .
speakeasyVersion: 1.308.1
generationVersion: 2.342.6
releaseVersion: 5.9.13
configChecksum: dbb43dfc483f9d847270423480ed31a3
releaseVersion: 5.9.14
configChecksum: 8848b22adbbc751cf9236ee4f26f9a1a
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
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.308.1
sources:
speakeasy-openapi:
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:32d818a37a92c5533a1128be71291e9a1f271e9838fb9fa1bcb21f5b62ba1002
sourceBlobDigest: sha256:456177679cac596daac25b429568cefbe218d5c33512b0ce2a6a7e543f7d4bea
sourceRevisionDigest: sha256:38f1b6fc9a4dd5b3751b3eab9dba95011b7508a58de24e0a4dde3947a15ac0be
sourceBlobDigest: sha256:3e5b6eb6a4ec8301be6e8914ec38e4a3039cd40ef20b2ae86538ea8461aa3300
tags:
- latest
- main
targets:
speakeasy-client-sdk-python:
source: speakeasy-openapi
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:32d818a37a92c5533a1128be71291e9a1f271e9838fb9fa1bcb21f5b62ba1002
sourceBlobDigest: sha256:456177679cac596daac25b429568cefbe218d5c33512b0ce2a6a7e543f7d4bea
sourceRevisionDigest: sha256:38f1b6fc9a4dd5b3751b3eab9dba95011b7508a58de24e0a4dde3947a15ac0be
sourceBlobDigest: sha256:3e5b6eb6a4ec8301be6e8914ec38e4a3039cd40ef20b2ae86538ea8461aa3300
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 @@ -1686,4 +1686,14 @@ Based on:
### Generated
- [python v5.9.13] .
### Releases
- [PyPI v5.9.13] https://pypi.org/project/speakeasy-client-sdk-python/5.9.13 - .
- [PyPI v5.9.13] https://pypi.org/project/speakeasy-client-sdk-python/5.9.13 - .

## 2024-06-14 12:16:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.9.14] .
### Releases
- [PyPI v5.9.14] https://pypi.org/project/speakeasy-client-sdk-python/5.9.14 - .
2 changes: 1 addition & 1 deletion 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.9.13
version: 5.9.14
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='speakeasy-client-sdk-python',
version='5.9.13',
version='5.9.14',
author='Speakeasy',
description='Speakeasy API Client SDK for Python',
url='https://github.com/speakeasy-api/speakeasy-client-sdk-python.git',
Expand Down
4 changes: 2 additions & 2 deletions src/speakeasy/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class SDKConfiguration:
server: Optional[str] = ''
language: str = 'python'
openapi_doc_version: str = '0.4.0 .'
sdk_version: str = '5.9.13'
sdk_version: str = '5.9.14'
gen_version: str = '2.342.6'
user_agent: str = 'speakeasy-sdk/python 5.9.13 2.342.6 0.4.0 . speakeasy-client-sdk-python'
user_agent: str = 'speakeasy-sdk/python 5.9.14 2.342.6 0.4.0 . speakeasy-client-sdk-python'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit f7453da

Please sign in to comment.