Skip to content

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

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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**/__pycache__/
**/.speakeasy/temp/
**/.speakeasy/logs/
.speakeasy/reports
.venv/
README-PYPI.md
Expand Down
465 changes: 339 additions & 126 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,33 @@ generation:
sdkClassName: speakeasy
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
fixes:
nameResolutionDec2023: true
nameResolutionFeb2025: false
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 7.0.0-rc.2
version: 7.0.0-rc.3
additionalDependencies:
dev: {}
main: {}
authors:
- Speakeasy
baseErrorName: SpeakeasyError
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Speakeasy API Client SDK for Python
enableCustomCodeRegions: false
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
Expand All @@ -37,8 +47,11 @@ python:
inputModelSuffix: input
maxMethodParams: 0
methodArguments: require-security-and-request
moduleName: ""
outputModelSuffix: output
packageName: speakeasy-client-sdk-python
projectUrls: {}
pytestFilterWarnings: []
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.590.0
sources:
speakeasy-openapi:
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
sourceRevisionDigest: sha256:4404daeabe0d49aa1afe4d5e89bab0ec19ac29a8ec572f9c558689758516105e
sourceBlobDigest: sha256:5fb3233bacf52f009b9d8c51a9694283c3b23e89c5253b42f67a697cb17298cc
tags:
- latest
- speakeasy-sdk-regen-1736136609
- speakeasy-sdk-regen-1746491433
- 0.4.0
targets:
speakeasy-client-sdk-python:
source: speakeasy-openapi
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
sourceRevisionDigest: sha256:4404daeabe0d49aa1afe4d5e89bab0ec19ac29a8ec572f9c558689758516105e
sourceBlobDigest: sha256:5fb3233bacf52f009b9d8c51a9694283c3b23e89c5253b42f67a697cb17298cc
codeSamplesNamespace: code-samples-python-speakeasy-client-sdk-python
codeSamplesRevisionDigest: sha256:91eef570ebdc3cfb58537d237f79b7e36c765d7fdd43e0a385f0ea4ede4f8289
codeSamplesRevisionDigest: sha256:10c01b2e3f0c2693d9e654b977afc9ddda0c07c1b6b00a4defbe055e6735ebc7
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading