File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
22
3- ## Version 0.12.1
3+ ## Version 0.12.2
44### Changes
55Based on:
66- OpenAPI Doc 0.2.0 https://docs.speakeasyapi.dev/openapi.yaml
7- - Speakeasy CLI 0.20.5 https://github.com/speakeasy-api/speakeasy
7+ - Speakeasy CLI 0.20.6 https://github.com/speakeasy-api/speakeasy
88### Releases
9- - [ PyPI v0.12.1 ] https://pypi.org/project/speakeasy-client-sdk-python/0.12.1 - .
9+ - [ PyPI v0.12.2 ] https://pypi.org/project/speakeasy-client-sdk-python/0.12.2 - .
Original file line number Diff line number Diff line change 11management :
22 openapi-checksum : 2c73ed56562b78c36624b5eaddb0249b
33 openapi-version : 0.2.0
4- speakeasy-version : 0.20.5
4+ speakeasy-version : 0.20.6
55python :
6- version : 0.12.1
6+ version : 0.12.2
77 packagename : speakeasy-client-sdk-python
88 author : Speakeasy
99 description : Speakeasy API Client SDK for Python
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "speakeasy-client-sdk-python" ,
11- version = "0.12.1 " ,
11+ version = "0.12.2 " ,
1212 author = "Speakeasy" ,
1313 description = "Speakeasy API Client SDK for Python" ,
1414 long_description = long_description ,
1515 long_description_content_type = "text/markdown" ,
1616 packages = setuptools .find_packages (where = "src" ),
1717 install_requires = [
18- "certifi==2022.6.15 " ,
18+ "certifi==2022.12.07 " ,
1919 "charset-normalizer==2.1.1" ,
2020 "dacite==1.6.0" ,
2121 "dataclasses-json-speakeasy==0.5.8" ,
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ class SDK:
3535 _security : shared .Security
3636 _server_url : str = SERVERS [SERVER_PROD ]
3737 _language : str = "python"
38- _sdk_version : str = "0.12.1 "
39- _gen_version : str = "0.20.5 "
38+ _sdk_version : str = "0.12.2 "
39+ _gen_version : str = "0.20.6 "
4040
4141 def __init__ (self ) -> None :
4242 self ._client = requests .Session ()
You can’t perform that action at this time.
0 commit comments