Skip to content

Commit a9ac35e

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.235.2
1 parent 0bafa45 commit a9ac35e

File tree

5 files changed

+22
-11
lines changed

5 files changed

+22
-11
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
33
management:
44
docChecksum: 17e2e733dfd588a7103c3c70e91b24b5
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.235.1
7-
generationVersion: 2.298.1
8-
releaseVersion: 5.6.1
9-
configChecksum: 1f3df38ca829db6d00494bdf350f7dc2
6+
speakeasyVersion: 1.235.2
7+
generationVersion: 2.298.2
8+
releaseVersion: 5.6.2
9+
configChecksum: f07422f6ccc40506bbd893d599c84096
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
1313
published: true
1414
features:
1515
python:
16-
core: 4.6.1
16+
core: 4.6.2
1717
downloadStreams: 0.0.2
1818
examples: 2.81.3
1919
globalSecurity: 2.83.5

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,4 +1396,14 @@ Based on:
13961396
### Generated
13971397
- [python v5.6.1] .
13981398
### Releases
1399-
- [PyPI v5.6.1] https://pypi.org/project/speakeasy-client-sdk-python/5.6.1 - .
1399+
- [PyPI v5.6.1] https://pypi.org/project/speakeasy-client-sdk-python/5.6.1 - .
1400+
1401+
## 2024-04-03 11:03:22
1402+
### Changes
1403+
Based on:
1404+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1405+
- Speakeasy CLI 1.235.2 (2.298.2) https://github.com/speakeasy-api/speakeasy
1406+
### Generated
1407+
- [python v5.6.2] .
1408+
### Releases
1409+
- [PyPI v5.6.2] https://pypi.org/project/speakeasy-client-sdk-python/5.6.2 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 5.6.1
13+
version: 5.6.2
1414
additionalDependencies:
1515
dependencies: {}
1616
extraDependencies:

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
with open('README.md', 'r') as fh:
88
long_description = fh.read()
99
GITHUB_URL = 'https://github.com/speakeasy-api/speakeasy-client-sdk-python.git'
10+
GITHUB_URL = GITHUB_URL[: -len('.git')] if GITHUB_URL.endswith('.git') else GITHUB_URL
1011
# links on PyPI should have absolute URLs
1112
long_description = re.sub(
1213
r'(\[[^\]]+\]\()((?!https?:)[^\)]+)(\))',
@@ -18,7 +19,7 @@
1819

1920
setuptools.setup(
2021
name='speakeasy-client-sdk-python',
21-
version='5.6.1',
22+
version='5.6.2',
2223
author='Speakeasy',
2324
description='Speakeasy API Client SDK for Python',
2425
url='https://github.com/speakeasy-api/speakeasy-client-sdk-python.git',

src/speakeasy/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class SDKConfiguration:
2626
globals: Dict[str, Dict[str, Dict[str, Any]]] = field(default_factory=Dict)
2727
language: str = 'python'
2828
openapi_doc_version: str = '0.4.0'
29-
sdk_version: str = '5.6.1'
30-
gen_version: str = '2.298.1'
31-
user_agent: str = 'speakeasy-sdk/python 5.6.1 2.298.1 0.4.0 speakeasy-client-sdk-python'
29+
sdk_version: str = '5.6.2'
30+
gen_version: str = '2.298.2'
31+
user_agent: str = 'speakeasy-sdk/python 5.6.2 2.298.2 0.4.0 speakeasy-client-sdk-python'
3232
retry_config: Optional[RetryConfig] = None
3333
_hooks: Optional[SDKHooks] = None
3434

0 commit comments

Comments
 (0)