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:
10
10
### Changes
11
11
Based on:
12
12
- 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
1
2
management :
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
5
9
python :
6
- version : 0.1.2
7
- packagename : fabra
10
+ version : 0.1.3
8
11
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 8
8
9
9
setuptools .setup (
10
10
name = "fabra" ,
11
- version = "0.1.1 " ,
11
+ version = "0.1.3 " ,
12
12
author = "fabra" ,
13
13
description = "Python Client SDK Generated by Speakeasy" ,
14
14
long_description = long_description ,
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ class Fabra:
26
26
_security : shared .Security
27
27
_server_url : str = SERVERS [0 ]
28
28
_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 "
31
31
32
32
def __init__ (self ) -> None :
33
33
self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments