Skip to content

Commit 569b520

Browse files
fix: generated with latest openapi spec with https fix
1 parent 67f2b09 commit 569b520

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python:
22
packagename: speakeasy-client-sdk-python
3-
version: 0.2.0
3+
version: 0.2.2
44
author: Speakeasy
55
description: Speakeasy API Client SDK for Python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="speakeasy-client-sdk-python",
8-
version="0.2.0",
8+
version="0.2.2",
99
author="Speakeasy",
1010
description="Speakeasy API Client SDK for Python",
1111
long_description=long_description,

src/sdk/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
SERVERS = [
9-
"http://api.prod.speakeasyapi.dev",
9+
"https://api.prod.speakeasyapi.dev",
1010
]
1111

1212

0 commit comments

Comments
 (0)