Skip to content

Commit 7d5960c

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.241.0
1 parent a9ac35e commit 7d5960c

File tree

15 files changed

+44
-24
lines changed

15 files changed

+44
-24
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.2
7-
generationVersion: 2.298.2
8-
releaseVersion: 5.6.2
9-
configChecksum: f07422f6ccc40506bbd893d599c84096
6+
speakeasyVersion: 1.241.0
7+
generationVersion: 2.300.0
8+
releaseVersion: 5.6.3
9+
configChecksum: b013e62f5b00cff5d7dd98179c7e04aa
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.2
16+
core: 4.6.3
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
@@ -1406,4 +1406,14 @@ Based on:
14061406
### Generated
14071407
- [python v5.6.2] .
14081408
### Releases
1409-
- [PyPI v5.6.2] https://pypi.org/project/speakeasy-client-sdk-python/5.6.2 - .
1409+
- [PyPI v5.6.2] https://pypi.org/project/speakeasy-client-sdk-python/5.6.2 - .
1410+
1411+
## 2024-04-06 00:10:08
1412+
### Changes
1413+
Based on:
1414+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1415+
- Speakeasy CLI 1.241.0 (2.300.0) https://github.com/speakeasy-api/speakeasy
1416+
### Generated
1417+
- [python v5.6.3] .
1418+
### Releases
1419+
- [PyPI v5.6.3] https://pypi.org/project/speakeasy-client-sdk-python/5.6.3 - .

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

setup.py

Lines changed: 5 additions & 3 deletions
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.6.2',
22+
version='5.6.3',
2323
author='Speakeasy',
2424
description='Speakeasy API Client SDK for Python',
2525
url='https://github.com/speakeasy-api/speakeasy-client-sdk-python.git',
@@ -44,10 +44,12 @@
4444
],
4545
extras_require={
4646
"dev": [
47-
"pylint==2.16.2",
47+
"pylint==3.1.0",
4848
],
4949
},
5050
package_dir={'': 'src'},
5151
python_requires='>=3.8',
52-
package_data={'speakeasy-client-sdk-python': ['py.typed']},
52+
package_data={
53+
'speakeasy-client-sdk-python': ['py.typed']
54+
},
5355
)

src/speakeasy/apiendpoints.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,4 +505,5 @@ def upsert_api_endpoint(self, request: operations.UpsertAPIEndpointRequest) -> o
505505

506506
return res
507507

508-
508+
509+

src/speakeasy/apis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,4 +393,5 @@ def upsert_api(self, request: operations.UpsertAPIRequest) -> operations.UpsertA
393393

394394
return res
395395

396-
396+
397+

src/speakeasy/auth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,5 @@ def validate_api_key(self) -> operations.ValidateAPIKeyResponse:
266266

267267
return res
268268

269-
269+
270+

src/speakeasy/embeds.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,5 @@ def revoke_embed_access_token(self, request: operations.RevokeEmbedAccessTokenRe
190190

191191
return res
192192

193-
193+
194+

src/speakeasy/events.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,5 @@ def do_request():
220220

221221
return res
222222

223-
223+
224+

src/speakeasy/metadata.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,5 @@ def insert_version_metadata(self, request: operations.InsertVersionMetadataReque
191191

192192
return res
193193

194-
194+
195+

0 commit comments

Comments
 (0)