Skip to content

chore: 🐝 Update SDK - Generate 7.0.0-rc.3 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
297 changes: 255 additions & 42 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ generation:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: true
nameResolutionFeb2025: false
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 7.0.0-rc.2
version: 7.0.0-rc.3
additionalDependencies:
dev: {}
main: {}
Expand All @@ -20,6 +22,7 @@ python:
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Speakeasy API Client SDK for Python
enableCustomCodeRegions: false
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
Expand All @@ -40,5 +43,6 @@ python:
outputModelSuffix: output
packageName: speakeasy-client-sdk-python
projectUrls: {}
pytestTimeout: 0
responseFormat: envelope
templateVersion: v2
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.462.2
speakeasyVersion: 1.535.1
sources:
speakeasy-openapi:
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
sourceRevisionDigest: sha256:b4bbbe5a81810fdb8233c4ac148a749522647ab8ecd4b0828f467e4e9a48f681
sourceBlobDigest: sha256:fd1e159447e0c61cec2840c9d5e1a7e520cfbce2dec061b8f272454cc8cd1695
tags:
- latest
- speakeasy-sdk-regen-1736136609
- speakeasy-sdk-regen-1739752147
- 0.4.0
targets:
speakeasy-client-sdk-python:
source: speakeasy-openapi
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
sourceRevisionDigest: sha256:b4bbbe5a81810fdb8233c4ac148a749522647ab8ecd4b0828f467e4e9a48f681
sourceBlobDigest: sha256:fd1e159447e0c61cec2840c9d5e1a7e520cfbce2dec061b8f272454cc8cd1695
codeSamplesNamespace: code-samples-python-speakeasy-client-sdk-python
codeSamplesRevisionDigest: sha256:91eef570ebdc3cfb58537d237f79b7e36c765d7fdd43e0a385f0ea4ede4f8289
codeSamplesRevisionDigest: sha256:bda08c9a12dd2e850101353c644425c8094aa12600e9cfc836dc319cb0773e1c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading