Skip to content

Commit 0b2820f

Browse files
chore: upgrade to pythonv2
1 parent 6a7f2ef commit 0b2820f

File tree

414 files changed

+18139
-9907
lines changed

Some content is hidden

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

414 files changed

+18139
-9907
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pyrightconfig.json
12
.python-version
23
.DS_Store
34
venv/

.speakeasy/gen.lock

+218-160
Large diffs are not rendered by default.

gen.yaml renamed to .speakeasy/gen.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 5.9.16
13+
version: 5.10.0
1414
additionalDependencies:
15-
dependencies: {}
16-
extraDependencies:
17-
dev: {}
18-
author: Speakeasy
15+
dev: {}
16+
main: {}
17+
authors:
18+
- Speakeasy
1919
clientServerStatusCodesAsErrors: true
2020
description: Speakeasy API Client SDK for Python
2121
flattenGlobalSecurity: false
22+
flattenRequests: false
2223
imports:
2324
option: openapi
2425
paths:
@@ -34,3 +35,4 @@ python:
3435
packageName: speakeasy-client-sdk-python
3536
projectUrls: {}
3637
responseFormat: envelope
38+
templateVersion: v2

Makefile

-6
This file was deleted.

0 commit comments

Comments
 (0)