File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
platform_api_python_client Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
4
4
This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
5
5
6
6
- API version: 0.1.0
7
- - Package version: 3.1.6
7
+ - Package version: 3.1.7
8
8
- Generator version: 7.9.0
9
9
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
Original file line number Diff line number Diff line change 14
14
""" # noqa: E501
15
15
16
16
17
- __version__ = "3.1.6 "
17
+ __version__ = "3.1.7 "
18
18
19
19
# import apis into sdk package
20
20
from platform_api_python_client .api .external_api import EXTERNALApi
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def __init__(
90
90
self .default_headers [header_name ] = header_value
91
91
self .cookie = cookie
92
92
# Set default User-Agent.
93
- self .user_agent = 'OpenAPI-Generator/3.1.6 /python'
93
+ self .user_agent = 'OpenAPI-Generator/3.1.7 /python'
94
94
self .client_side_validation = configuration .client_side_validation
95
95
96
96
def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ def to_debug_report(self):
392
392
"OS: {env}\n " \
393
393
"Python Version: {pyversion}\n " \
394
394
"Version of the API: 0.1.0\n " \
395
- "SDK Package Version: 3.1.6 " .\
395
+ "SDK Package Version: 3.1.7 " .\
396
396
format (env = sys .platform , pyversion = sys .version )
397
397
398
398
def get_host_settings (self ):
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " platform_api_python_client"
3
- version = " 3.1.6 "
3
+ version = " 3.1.7 "
4
4
description = " Platform External API"
5
5
authors = [" OpenAPI Generator Community <team@openapitools.org>" ]
6
6
license = " NoLicense"
Original file line number Diff line number Diff line change 21
21
# prerequisite: setuptools
22
22
# http://pypi.python.org/pypi/setuptools
23
23
NAME = "platform-api-python-client"
24
- VERSION = "3.1.6 "
24
+ VERSION = "3.1.7 "
25
25
PYTHON_REQUIRES = ">= 3.8"
26
26
REQUIRES = [
27
27
"urllib3 >= 1.25.3, < 3.0.0" ,
You can’t perform that action at this time.
0 commit comments