Skip to content

Commit 8ff877c

Browse files
Merge pull request #6 from speakeasy-api/speakeasy-sdk-regen-1736136609
chore: 🐝 Update SDK - Generate 7.0.0-rc.2
2 parents fd46153 + 5675142 commit 8ff877c

File tree

457 files changed

+19506
-15148
lines changed

Some content is hidden

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

457 files changed

+19506
-15148
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.speakeasy/reports
12
.venv/
23
README-PYPI.md
34
pyrightconfig.json

.speakeasy/gen.lock

Lines changed: 914 additions & 379 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
@@ -9,18 +9,23 @@ generation:
99
requestResponseComponentNamesFeb2024: true
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
12+
oAuth2PasswordEnabled: false
1213
python:
13-
version: 7.0.0-rc.1
14+
version: 7.0.0-rc.2
1415
additionalDependencies:
1516
dev: {}
1617
main: {}
1718
authors:
1819
- Speakeasy
1920
clientServerStatusCodesAsErrors: true
21+
defaultErrorName: SDKError
2022
description: Speakeasy API Client SDK for Python
2123
enumFormat: enum
24+
fixFlags:
25+
responseRequiredSep2024: false
2226
flattenGlobalSecurity: false
2327
flattenRequests: false
28+
flatteningOrder: parameters-first
2429
imports:
2530
option: openapi
2631
paths:

.speakeasy/workflow.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
1-
speakeasyVersion: 1.361.1
1+
speakeasyVersion: 1.462.2
22
sources:
33
speakeasy-openapi:
44
sourceNamespace: speakeasy-openapi
5-
sourceRevisionDigest: sha256:f9c9ffd7c550f43e427c2bfe5fdbbe55f91d3dae20a90063d7e430762d9152c5
6-
sourceBlobDigest: sha256:be0a96c80997c1222c549aeb6f7f2b1a96a494e56f8df0c2dddad9a95a43b631
5+
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
6+
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
77
tags:
88
- latest
9-
- main
9+
- speakeasy-sdk-regen-1736136609
10+
- 0.4.0
1011
targets:
1112
speakeasy-client-sdk-python:
1213
source: speakeasy-openapi
1314
sourceNamespace: speakeasy-openapi
14-
sourceRevisionDigest: sha256:f9c9ffd7c550f43e427c2bfe5fdbbe55f91d3dae20a90063d7e430762d9152c5
15-
sourceBlobDigest: sha256:be0a96c80997c1222c549aeb6f7f2b1a96a494e56f8df0c2dddad9a95a43b631
16-
outLocation: /github/workspace/repo
15+
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
16+
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
17+
codeSamplesNamespace: code-samples-python-speakeasy-client-sdk-python
18+
codeSamplesRevisionDigest: sha256:91eef570ebdc3cfb58537d237f79b7e36c765d7fdd43e0a385f0ea4ede4f8289
1719
workflow:
1820
workflowVersion: 1.0.0
1921
speakeasyVersion: latest
2022
sources:
2123
speakeasy-openapi:
2224
inputs:
23-
- location: https://docs.speakeasyapi.dev/openapi.yaml
25+
- location: https://speakeasy.com/openapi.yaml
26+
overlays:
27+
- location: ./overlay.yaml
2428
registry:
2529
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy-openapi
2630
targets:
@@ -30,3 +34,7 @@ workflow:
3034
publish:
3135
pypi:
3236
token: $pypi_token
37+
codeSamples:
38+
output: codeSamples.yaml
39+
registry:
40+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/code-samples-python-speakeasy-client-sdk-python

0 commit comments

Comments
 (0)