Skip to content

Commit 56f803d

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.299.1
1 parent cec93bf commit 56f803d

File tree

7 files changed

+23
-13
lines changed

7 files changed

+23
-13
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
33
management:
4-
docChecksum: 8a861fbcf601580459816dcab1973d85
4+
docChecksum: 9531c94b3e2fdcb61add911e4d5d1b28
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.296.1
7-
generationVersion: 2.338.1
8-
releaseVersion: 5.9.5
9-
configChecksum: 5f14342b41503337cd11f18dcc9e1d83
6+
speakeasyVersion: 1.299.1
7+
generationVersion: 2.338.5
8+
releaseVersion: 5.9.6
9+
configChecksum: ac157a3b88c16577a9530dcfc4ce65d3
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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,4 +1606,14 @@ Based on:
16061606
### Generated
16071607
- [python v5.9.5] .
16081608
### Releases
1609-
- [PyPI v5.9.5] https://pypi.org/project/speakeasy-client-sdk-python/5.9.5 - .
1609+
- [PyPI v5.9.5] https://pypi.org/project/speakeasy-client-sdk-python/5.9.5 - .
1610+
1611+
## 2024-05-30 00:11:52
1612+
### Changes
1613+
Based on:
1614+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1615+
- Speakeasy CLI 1.299.1 (2.338.5) https://github.com/speakeasy-api/speakeasy
1616+
### Generated
1617+
- [python v5.9.6] .
1618+
### Releases
1619+
- [PyPI v5.9.6] https://pypi.org/project/speakeasy-client-sdk-python/5.9.6 - .

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.9.5
13+
version: 5.9.6
1414
additionalDependencies:
1515
dependencies: {}
1616
extraDependencies:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name='speakeasy-client-sdk-python',
22-
version='5.9.5',
22+
version='5.9.6',
2323
author='Speakeasy',
2424
description='Speakeasy API Client SDK for Python',
2525
url='https://github.com/speakeasy-api/speakeasy-client-sdk-python.git',

src/speakeasy/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def get_workspace_access(self, request: operations.GetWorkspaceAccessRequest, re
162162
if global_retry_config:
163163
retry_config = global_retry_config
164164
else:
165-
retry_config = utils.RetryConfig('backoff', utils.BackoffStrategy(100, 2000, 1.5, 30000), True)
165+
retry_config = utils.RetryConfig('backoff', utils.BackoffStrategy(100, 2000, 1.5, 60000), True)
166166

167167
req = None
168168
def do_request():

src/speakeasy/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def post_workspace_events(self, request: operations.PostWorkspaceEventsRequest,
189189
if global_retry_config:
190190
retry_config = global_retry_config
191191
else:
192-
retry_config = utils.RetryConfig('backoff', utils.BackoffStrategy(100, 2000, 1.5, 30000), True)
192+
retry_config = utils.RetryConfig('backoff', utils.BackoffStrategy(100, 2000, 1.5, 60000), True)
193193

194194
req = None
195195
def do_request():

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
server: Optional[str] = ''
2727
language: str = 'python'
2828
openapi_doc_version: str = '0.4.0 .'
29-
sdk_version: str = '5.9.5'
30-
gen_version: str = '2.338.1'
31-
user_agent: str = 'speakeasy-sdk/python 5.9.5 2.338.1 0.4.0 . speakeasy-client-sdk-python'
29+
sdk_version: str = '5.9.6'
30+
gen_version: str = '2.338.5'
31+
user_agent: str = 'speakeasy-sdk/python 5.9.6 2.338.5 0.4.0 . speakeasy-client-sdk-python'
3232
retry_config: Optional[RetryConfig] = None
3333

3434
def __post_init__(self):

0 commit comments

Comments
 (0)