Skip to content

Commit

Permalink
Merge pull request #3 from fabra-io/speakeasy-sdk-regen-1677176842
Browse files Browse the repository at this point in the history
chore: speakeasy SDK regeneration
  • Loading branch information
ndimares authored Feb 23, 2023
2 parents 76acb39 + 85b3de8 commit 1e606f5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ Based on:
### Changes
Based on:
- OpenAPI Doc 0.1.0 ./openapi.yaml
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy

## Version 0.1.3
### Changes
Based on:
- OpenAPI Doc 0.1.0 ./openapi.yaml
- Speakeasy CLI 1.4.9 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.1.3] https://pypi.org/project/fabra/0.1.3 - ./
16 changes: 10 additions & 6 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
configVersion: 1.0.0
management:
openapi-checksum: 5bdbad96d6d347d81789110337cf504a
openapi-version: 0.1.0
speakeasy-version: 1.4.8
docChecksum: 5bdbad96d6d347d81789110337cf504a
docVersion: 0.1.0
speakeasyVersion: 1.4.9
generation:
telemetryEnabled: false
sdkClassName: Fabra
python:
version: 0.1.2
packagename: fabra
version: 0.1.3
author: fabra
sdkclassname: Fabra
description: Python Client SDK Generated by Speakeasy
packageName: fabra
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="fabra",
version="0.1.1",
version="0.1.3",
author="fabra",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
4 changes: 2 additions & 2 deletions src/fabra/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class Fabra:
_security: shared.Security
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "0.1.1"
_gen_version: str = "1.4.8"
_sdk_version: str = "0.1.3"
_gen_version: str = "1.4.9"

def __init__(self) -> None:
self._client = requests.Session()
Expand Down

0 comments on commit 1e606f5

Please sign in to comment.