Skip to content

Commit 25e1bf7

Browse files
authored
Merge pull request #2 from fabra-io/speakeasy-sdk-regen-1677113058
chore: speakeasy SDK regeneration
2 parents 0ba9823 + 7ba9f00 commit 25e1bf7

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

RELEASES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@
44
### Changes
55
Based on:
66
- OpenAPI Doc 0.1.0 ./openapi.yaml
7-
- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
7+
- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
8+
9+
## Version 0.1.1
10+
### Changes
11+
Based on:
12+
- OpenAPI Doc 0.1.0 ./openapi.yaml
13+
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
management:
22
openapi-checksum: 5bdbad96d6d347d81789110337cf504a
33
openapi-version: 0.1.0
4-
speakeasy-version: 1.4.5
4+
speakeasy-version: 1.4.8
55
python:
6-
version: 0.1.0
6+
version: 0.1.1
77
packagename: fabra
88
author: fabra
99
sdkclassname: Fabra

setup.py

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

99
setuptools.setup(
1010
name="fabra",
11-
version="0.1.0",
11+
version="0.1.1",
1212
author="fabra",
1313
description="Python Client SDK Generated by Speakeasy",
1414
long_description=long_description,

src/fabra/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class Fabra:
2626
_security: shared.Security
2727
_server_url: str = SERVERS[0]
2828
_language: str = "python"
29-
_sdk_version: str = "0.1.0"
30-
_gen_version: str = "1.4.5"
29+
_sdk_version: str = "0.1.1"
30+
_gen_version: str = "1.4.8"
3131

3232
def __init__(self) -> None:
3333
self._client = requests.Session()

0 commit comments

Comments
 (0)