Skip to content

Commit

Permalink
Merge pull request #6 from speakeasy-api/speakeasy-sdk-regen-1736136609
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 7.0.0-rc.2
  • Loading branch information
TristanSpeakEasy authored Jan 6, 2025
2 parents fd46153 + 5675142 commit 8ff877c
Show file tree
Hide file tree
Showing 457 changed files with 19,506 additions and 15,148 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.speakeasy/reports
.venv/
README-PYPI.md
pyrightconfig.json
Expand Down
1,293 changes: 914 additions & 379 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,23 @@ generation:
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 7.0.0-rc.1
version: 7.0.0-rc.2
additionalDependencies:
dev: {}
main: {}
authors:
- Speakeasy
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Speakeasy API Client SDK for Python
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
flattenGlobalSecurity: false
flattenRequests: false
flatteningOrder: parameters-first
imports:
option: openapi
paths:
Expand Down
24 changes: 16 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
speakeasyVersion: 1.361.1
speakeasyVersion: 1.462.2
sources:
speakeasy-openapi:
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:f9c9ffd7c550f43e427c2bfe5fdbbe55f91d3dae20a90063d7e430762d9152c5
sourceBlobDigest: sha256:be0a96c80997c1222c549aeb6f7f2b1a96a494e56f8df0c2dddad9a95a43b631
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
tags:
- latest
- main
- speakeasy-sdk-regen-1736136609
- 0.4.0
targets:
speakeasy-client-sdk-python:
source: speakeasy-openapi
sourceNamespace: speakeasy-openapi
sourceRevisionDigest: sha256:f9c9ffd7c550f43e427c2bfe5fdbbe55f91d3dae20a90063d7e430762d9152c5
sourceBlobDigest: sha256:be0a96c80997c1222c549aeb6f7f2b1a96a494e56f8df0c2dddad9a95a43b631
outLocation: /github/workspace/repo
sourceRevisionDigest: sha256:79fa1cda10dbe045bf4d56fd367cebff8244f2cf789740c759e44ba91be16cef
sourceBlobDigest: sha256:3a6d2e7825969575182762eba53f1b78039986d5c80ff7644aa6faafd5ce4c69
codeSamplesNamespace: code-samples-python-speakeasy-client-sdk-python
codeSamplesRevisionDigest: sha256:91eef570ebdc3cfb58537d237f79b7e36c765d7fdd43e0a385f0ea4ede4f8289
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
speakeasy-openapi:
inputs:
- location: https://docs.speakeasyapi.dev/openapi.yaml
- location: https://speakeasy.com/openapi.yaml
overlays:
- location: ./overlay.yaml
registry:
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy-openapi
targets:
Expand All @@ -30,3 +34,7 @@ workflow:
publish:
pypi:
token: $pypi_token
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/code-samples-python-speakeasy-client-sdk-python
Loading

0 comments on commit 8ff877c

Please sign in to comment.