Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.130.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 5, 2024
1 parent 4bc8d9c commit 91c7015
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 16 deletions.
48 changes: 48 additions & 0 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
lockVersion: 2.0.0
id: 45d697d3-6c8d-4d6e-8825-3af8be149b31
management:
docChecksum: 2516596125ef223fbbef6c434d22eaac
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.225.2
releaseVersion: 0.11.1
configChecksum: 7e7d6063705b505104f68b1ae880ca34
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.0
globalServerURLs: 2.82.1
generatedFiles:
- src/test/sdkconfiguration.py
- src/test/pets.py
- src/test/sdk.py
- pylintrc
- setup.py
- src/test/__init__.py
- src/test/utils/__init__.py
- src/test/utils/retries.py
- src/test/utils/utils.py
- src/test/models/errors/sdkerror.py
- tests/helpers.py
- src/test/models/operations/createpets.py
- src/test/models/operations/listpets.py
- src/test/models/operations/showpetbyid.py
- src/test/models/shared/error.py
- src/test/models/shared/pet.py
- src/test/models/__init__.py
- src/test/models/errors/__init__.py
- src/test/models/operations/__init__.py
- src/test/models/shared/__init__.py
- docs/models/operations/createpetsresponse.md
- docs/models/operations/listpetsrequest.md
- docs/models/operations/listpetsresponse.md
- docs/models/operations/showpetbyidrequest.md
- docs/models/operations/showpetbyidresponse.md
- docs/models/shared/error.md
- docs/models/shared/pet.md
- docs/sdks/test/README.md
- docs/sdks/pets/README.md
- USAGE.md
- .gitattributes
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.127.0 (2.220.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.11.1] .

## 2024-01-05 00:57:13
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.130.1 (2.225.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.11.1] .
15 changes: 1 addition & 14 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
configVersion: 1.0.0
management:
docChecksum: 2516596125ef223fbbef6c434d22eaac
docVersion: 1.0.0
speakeasyVersion: 1.127.0
generationVersion: 2.220.0
configVersion: 2.0.0
generation:
comments: {}
sdkClassName: test
repoURL: https://github.com/speakeasy-sdks/test-repo-test2.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
features:
python:
core: 4.3.1
globalServerURLs: 2.82.1
python:
version: 0.11.1
author: my-test
Expand All @@ -31,8 +20,6 @@ python:
shared: models/shared
webhooks: models/webhooks
inputModelSuffix: input
installationURL: https://github.com/speakeasy-sdks/test-repo-test2.git
maxMethodParams: 0
outputModelSuffix: output
packageName: test
repoSubDirectory: .
4 changes: 2 additions & 2 deletions src/test/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class SDKConfiguration:
language: str = 'python'
openapi_doc_version: str = '1.0.0'
sdk_version: str = '0.11.1'
gen_version: str = '2.220.0'
user_agent: str = 'speakeasy-sdk/python 0.11.1 2.220.0 1.0.0 test'
gen_version: str = '2.225.2'
user_agent: str = 'speakeasy-sdk/python 0.11.1 2.225.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 91c7015

Please sign in to comment.