Skip to content

Commit 7a94f2b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.543.8
1 parent 8ff877c commit 7a94f2b

File tree

205 files changed

+8463
-1131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+8463
-1131
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**/__pycache__/
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
14
.speakeasy/reports
25
.venv/
36
README-PYPI.md

.speakeasy/gen.lock

Lines changed: 257 additions & 43 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ generation:
55
optionalPropertyRendering: withExample
66
fixes:
77
nameResolutionDec2023: true
8+
nameResolutionFeb2025: false
89
parameterOrderingFeb2024: true
910
requestResponseComponentNamesFeb2024: true
11+
securityFeb2025: false
12+
sharedErrorComponentsApr2025: false
1013
auth:
1114
oAuth2ClientCredentialsEnabled: false
1215
oAuth2PasswordEnabled: false
1316
python:
14-
version: 7.0.0-rc.2
17+
version: 7.0.0-rc.3
1518
additionalDependencies:
1619
dev: {}
1720
main: {}
@@ -20,6 +23,7 @@ python:
2023
clientServerStatusCodesAsErrors: true
2124
defaultErrorName: SDKError
2225
description: Speakeasy API Client SDK for Python
26+
enableCustomCodeRegions: false
2327
enumFormat: enum
2428
fixFlags:
2529
responseRequiredSep2024: false
@@ -40,5 +44,6 @@ python:
4044
outputModelSuffix: output
4145
packageName: speakeasy-client-sdk-python
4246
projectUrls: {}
47+
pytestTimeout: 0
4348
responseFormat: envelope
4449
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.462.2
1+
speakeasyVersion: 1.543.8
22
sources:
33
speakeasy-openapi:
44
sourceNamespace: speakeasy-openapi
5-
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
6-
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
5+
sourceRevisionDigest: sha256:07c9facdc0831943cac7b9efb7eaaa2838d316c8404a502ef2baeaa7a55aabd0
6+
sourceBlobDigest: sha256:5ca8f2ea7bc82c8579aa516e32317ee91e1495b788f6edbf96c7c26d1dea570c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1736136609
9+
- speakeasy-sdk-regen-1746491433
1010
- 0.4.0
1111
targets:
1212
speakeasy-client-sdk-python:
1313
source: speakeasy-openapi
1414
sourceNamespace: speakeasy-openapi
15-
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
16-
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
15+
sourceRevisionDigest: sha256:07c9facdc0831943cac7b9efb7eaaa2838d316c8404a502ef2baeaa7a55aabd0
16+
sourceBlobDigest: sha256:5ca8f2ea7bc82c8579aa516e32317ee91e1495b788f6edbf96c7c26d1dea570c
1717
codeSamplesNamespace: code-samples-python-speakeasy-client-sdk-python
18-
codeSamplesRevisionDigest: sha256:91eef570ebdc3cfb58537d237f79b7e36c765d7fdd43e0a385f0ea4ede4f8289
18+
codeSamplesRevisionDigest: sha256:c381a08052825dcc0491ee52c05fdbdb6221b3803d0a8e4c63a3a85433be5112
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

0 commit comments

Comments
 (0)