Skip to content

Commit

Permalink
Merge pull request #2 from fabra-io/speakeasy-sdk-regen-1677113058
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 0ba9823 + 7ba9f00 commit 25e1bf7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
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

0 comments on commit 25e1bf7

Please sign in to comment.