File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 44### Changes
55Based on:
66- OpenAPI Doc 0.1.0 ./openapi.yaml
7- - Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
7+ - Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
8+
9+ ## Version 0.1.1
10+ ### Changes
11+ Based on:
12+ - OpenAPI Doc 0.1.0 ./openapi.yaml
13+ - Speakeasy CLI 1.4.8 https://github.com/speakeasy-api/speakeasy
Original file line number Diff line number Diff line change 11management :
22 openapi-checksum : 5bdbad96d6d347d81789110337cf504a
33 openapi-version : 0.1.0
4- speakeasy-version : 1.4.5
4+ speakeasy-version : 1.4.8
55python :
6- version : 0.1.0
6+ version : 0.1.1
77 packagename : fabra
88 author : fabra
99sdkclassname : Fabra
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "fabra" ,
11- version = "0.1.0 " ,
11+ version = "0.1.1 " ,
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.0 "
30- _gen_version : str = "1.4.5 "
29+ _sdk_version : str = "0.1.1 "
30+ _gen_version : str = "1.4.8 "
3131
3232 def __init__ (self ) -> None :
3333 self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments