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 f7453da commit a8e7bd9
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.14
configChecksum: 8848b22adbbc751cf9236ee4f26f9a1a
releaseVersion: 5.9.15
configChecksum: b5da1253ecc5dee3de3c4a4644654bab
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:38f1b6fc9a4dd5b3751b3eab9dba95011b7508a58de24e0a4dde3947a15ac0be
sourceBlobDigest: sha256:3e5b6eb6a4ec8301be6e8914ec38e4a3039cd40ef20b2ae86538ea8461aa3300
sourceRevisionDigest: sha256:79c63d9bb611d8956c0d143ab26416761b109124a285db796b177944ec6deed2
sourceBlobDigest: sha256:fac3f2dfaab67128d56759b316b1b8edae63cdd5b19527e72efcd711c3a9c63e
tags:
- latest
- main
targets:
speakeasy-client-sdk-python:
source: speakeasy-openapi
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:38f1b6fc9a4dd5b3751b3eab9dba95011b7508a58de24e0a4dde3947a15ac0be
sourceBlobDigest: sha256:3e5b6eb6a4ec8301be6e8914ec38e4a3039cd40ef20b2ae86538ea8461aa3300
sourceRevisionDigest: sha256:79c63d9bb611d8956c0d143ab26416761b109124a285db796b177944ec6deed2
sourceBlobDigest: sha256:fac3f2dfaab67128d56759b316b1b8edae63cdd5b19527e72efcd711c3a9c63e
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 @@ -1696,4 +1696,14 @@ Based on:
### Generated
- [python v5.9.14] .
### Releases
- [PyPI v5.9.14] https://pypi.org/project/speakeasy-client-sdk-python/5.9.14 - .
- [PyPI v5.9.14] https://pypi.org/project/speakeasy-client-sdk-python/5.9.14 - .

## 2024-06-14 12:31:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.9.15] .
### Releases
- [PyPI v5.9.15] https://pypi.org/project/speakeasy-client-sdk-python/5.9.15 - .
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.14
version: 5.9.15
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.14',
version='5.9.15',
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.14'
sdk_version: str = '5.9.15'
gen_version: str = '2.342.6'
user_agent: str = 'speakeasy-sdk/python 5.9.14 2.342.6 0.4.0 . speakeasy-client-sdk-python'
user_agent: str = 'speakeasy-sdk/python 5.9.15 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 a8e7bd9

Please sign in to comment.