Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.180.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 15, 2024
1 parent dafa0b2 commit 4ca7901
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ management:
docChecksum: 2516596125ef223fbbef6c434d22eaac
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.253.0
releaseVersion: 0.13.0
configChecksum: a5b4379d1ca0cdeee27bdc9829ad93c1
generationVersion: 2.258.2
releaseVersion: 0.13.1
configChecksum: a0520f518d0ee53a5190269296d9a625
repoURL: https://github.com/speakeasy-sdks/test-repo-test2.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/test-repo-test2.git
features:
python:
core: 4.4.5
core: 4.4.6
globalServerURLs: 2.82.1
generatedFiles:
- src/test/sdkconfiguration.py
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.178.0 (2.253.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.13.0] .
- [python v0.13.0] .

## 2024-02-15 01:04:38
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.180.1 (2.258.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.13.1] .
2 changes: 1 addition & 1 deletion docs/sdks/pets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ from test.models import operations
s = test.Test()

req = operations.ShowPetByIDRequest(
pet_id='string',
pet_id='<value>',
)

res = s.pets.show_pet_by_id(req)
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ generation:
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
python:
version: 0.13.0
version: 0.13.1
author: my-test
clientServerStatusCodesAsErrors: true
description: Python Client SDK Generated by Speakeasy
Expand Down
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.13.0",
version="0.13.1",
author="my-test",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
6 changes: 3 additions & 3 deletions src/test/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class SDKConfiguration:
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '1.0.0'
sdk_version: str = '0.13.0'
gen_version: str = '2.253.0'
user_agent: str = 'speakeasy-sdk/python 0.13.0 2.253.0 1.0.0 test'
sdk_version: str = '0.13.1'
gen_version: str = '2.258.2'
user_agent: str = 'speakeasy-sdk/python 0.13.1 2.258.2 1.0.0 test'
retry_config: RetryConfig = None

def get_server_details(self) -> Tuple[str, Dict[str, str]]:
Expand Down

0 comments on commit 4ca7901

Please sign in to comment.