Skip to content

Commit f1cbb33

Browse files
authored
Merge pull request #13 from speakeasy-sdks/speakeasy-sdk-regen-1683768115
chore: speakeasy sdk regeneration - Generate
2 parents b0eba02 + a7dfb09 commit f1cbb33

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,12 @@ Based on:
170170
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
171171
- Speakeasy CLI 1.29.2 (2.26.2) https://github.com/speakeasy-api/speakeasy
172172
### Releases
173-
- [PyPI v0.9.3] https://pypi.org/project/orb-billing/0.9.3 - .
173+
- [PyPI v0.9.3] https://pypi.org/project/orb-billing/0.9.3 - .
174+
175+
## 2023-05-11 01:21:54
176+
### Changes
177+
Based on:
178+
- OpenAPI Doc 1.0 ./openapi/openapi.yaml
179+
- Speakeasy CLI 1.30.0 (2.26.3) https://github.com/speakeasy-api/speakeasy
180+
### Releases
181+
- [PyPI v0.9.4] https://pypi.org/project/orb-billing/0.9.4 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 6e4bdd28542cd40dfd7bff6656309923
44
docVersion: "1.0"
5-
speakeasyVersion: 1.29.2
6-
generationVersion: 2.26.2
5+
speakeasyVersion: 1.30.0
6+
generationVersion: 2.26.3
77
generation:
88
telemetryEnabled: false
99
sdkClassName: Orb
1010
singleTagPerOp: false
1111
python:
12-
version: 0.9.3
12+
version: 0.9.4
1313
author: Orb-Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
maxMethodParams: 4

setup.py

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

1111
setuptools.setup(
1212
name="orb-billing",
13-
version="0.9.3",
13+
version="0.9.4",
1414
author="Orb-Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

src/orb/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class Orb:
4444
_security_client: requests_http.Session
4545
_server_url: str = SERVERS[0]
4646
_language: str = "python"
47-
_sdk_version: str = "0.9.3"
48-
_gen_version: str = "2.26.2"
47+
_sdk_version: str = "0.9.4"
48+
_gen_version: str = "2.26.3"
4949

5050
def __init__(self,
5151
security: shared.Security = None,

0 commit comments

Comments
 (0)