Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
### Changes
Based on:
- OpenAPI Doc 0.1.0 ./openapi.yaml
- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy

## Version 0.1.1
### Changes
Based on:
- OpenAPI Doc 0.1.0 ./openapi.yaml
- Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
management:
openapi-checksum: 5bdbad96d6d347d81789110337cf504a
openapi-version: 0.1.0
speakeasy-version: 1.4.5
speakeasy-version: 1.4.8
python:
version: 0.1.0
version: 0.1.1
packagename: fabra
author: fabra
sdkclassname: 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.0",
version="0.1.1",
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.0"
_gen_version: str = "1.4.5"
_sdk_version: str = "0.1.1"
_gen_version: str = "1.4.8"

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