Skip to content

Commit 1e606f5

Browse files
authored
Merge pull request #3 from fabra-io/speakeasy-sdk-regen-1677176842
chore: speakeasy SDK regeneration
2 parents 76acb39 + 85b3de8 commit 1e606f5

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,12 @@ Based on:
1010
### Changes
1111
Based on:
1212
- OpenAPI Doc 0.1.0 ./openapi.yaml
13-
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
13+
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
14+
15+
## Version 0.1.3
16+
### Changes
17+
Based on:
18+
- OpenAPI Doc 0.1.0 ./openapi.yaml
19+
- Speakeasy CLI 1.4.9 https://github.com/speakeasy-api/speakeasy
20+
### Releases
21+
- [PyPI v0.1.3] https://pypi.org/project/fabra/0.1.3 - ./

gen.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
configVersion: 1.0.0
12
management:
2-
openapi-checksum: 5bdbad96d6d347d81789110337cf504a
3-
openapi-version: 0.1.0
4-
speakeasy-version: 1.4.8
3+
docChecksum: 5bdbad96d6d347d81789110337cf504a
4+
docVersion: 0.1.0
5+
speakeasyVersion: 1.4.9
6+
generation:
7+
telemetryEnabled: false
8+
sdkClassName: Fabra
59
python:
6-
version: 0.1.2
7-
packagename: fabra
10+
version: 0.1.3
811
author: fabra
9-
sdkclassname: Fabra
12+
description: Python Client SDK Generated by Speakeasy
13+
packageName: 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.1",
11+
version="0.1.3",
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.1"
30-
_gen_version: str = "1.4.8"
29+
_sdk_version: str = "0.1.3"
30+
_gen_version: str = "1.4.9"
3131

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

0 commit comments

Comments
 (0)