File tree Expand file tree Collapse file tree 4 files changed +22
-10
lines changed
Expand file tree Collapse file tree 4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,12 @@ Based on:
1010### Changes
1111Based 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 - ./
Original file line number Diff line number Diff line change 1+ configVersion : 1.0.0
12management :
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
59python :
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
Original file line number Diff line number Diff line change 88
99setuptools .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 ,
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments