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
44This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
55
66- API version: 0.1.0
7- - Package version: 4.1.13
7+ - Package version: 4.1.14
88- Generator version: 7.9.0
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
Original file line number Diff line number Diff line change 1414""" # noqa: E501
1515
1616
17- __version__ = "4.1.13 "
17+ __version__ = "4.1.14 "
1818
1919# import apis into sdk package
2020from 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__(
9090 self .default_headers [header_name ] = header_value
9191 self .cookie = cookie
9292 # Set default User-Agent.
93- self .user_agent = 'OpenAPI-Generator/4.1.13 /python'
93+ self .user_agent = 'OpenAPI-Generator/4.1.14 /python'
9494 self .client_side_validation = configuration .client_side_validation
9595
9696 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ def to_debug_report(self):
392392 "OS: {env}\n " \
393393 "Python Version: {pyversion}\n " \
394394 "Version of the API: 0.1.0\n " \
395- "SDK Package Version: 4.1.13 " .\
395+ "SDK Package Version: 4.1.14 " .\
396396 format (env = sys .platform , pyversion = sys .version )
397397
398398 def get_host_settings (self ):
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " platform_api_python_client"
3- version = " 4.1.13 "
3+ version = " 4.1.14 "
44description = " Platform External API"
55authors = [" OpenAPI Generator Community <team@openapitools.org>" ]
66license = " NoLicense"
Original file line number Diff line number Diff line change 2121# prerequisite: setuptools
2222# http://pypi.python.org/pypi/setuptools
2323NAME = "platform-api-python-client"
24- VERSION = "4.1.13 "
24+ VERSION = "4.1.14 "
2525PYTHON_REQUIRES = ">= 3.8"
2626REQUIRES = [
2727 "urllib3 >= 1.25.3, < 3.0.0" ,
You can’t perform that action at this time.
0 commit comments