Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.96.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 7, 2023
1 parent 50d4b19 commit 0ea74cf
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.94.0 (2.147.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.7.2] .
- [python v0.7.2] .

## 2023-10-07 01:12:08
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.96.1 (2.150.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.7.3] .
4 changes: 1 addition & 3 deletions docs/sdks/pets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ from test.models import operations

s = test.Test()

req = operations.ListPetsRequest(
limit=21453,
)
req = operations.ListPetsRequest()

res = s.pets.list_pets(req)

Expand Down
9 changes: 5 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: 2516596125ef223fbbef6c434d22eaac
docVersion: 1.0.0
speakeasyVersion: 1.94.0
generationVersion: 2.147.0
speakeasyVersion: 1.96.1
generationVersion: 2.150.0
generation:
comments:
disableComments: false
Expand All @@ -14,12 +14,13 @@ generation:
tagNamespacingDisabled: false
features:
python:
core: 2.88.2
core: 2.88.4
globalServerURLs: 2.82.0
python:
version: 0.7.2
version: 0.7.3
author: my-test
clientServerStatusCodesAsErrors: true
description: Python Client SDK Generated by Speakeasy
flattenGlobalSecurity: true
maxMethodParams: 0
packageName: test
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="test",
version="0.7.2",
version="0.7.3",
author="my-test",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
1 change: 1 addition & 0 deletions src/test/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""

# __init__.py
6 changes: 3 additions & 3 deletions src/test/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class SDKConfiguration:
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '1.0.0'
sdk_version: str = '0.7.2'
gen_version: str = '2.147.0'
user_agent: str = 'speakeasy-sdk/python 0.7.2 2.147.0 1.0.0 test'
sdk_version: str = '0.7.3'
gen_version: str = '2.150.0'
user_agent: str = 'speakeasy-sdk/python 0.7.3 2.150.0 1.0.0 test'
retry_config: RetryConfig = None

def get_server_details(self) -> tuple[str, dict[str, str]]:
Expand Down

0 comments on commit 0ea74cf

Please sign in to comment.