File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.0.0
7- - Package version: 1.1 .0
7+ - Package version: 1.2 .0
88- Generator version: 7.11.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__ = "1.1 .0"
17+ __version__ = "1.2 .0"
1818
1919# import apis into sdk package
2020from client .api .public_api import PublicApi
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/1.1 .0/python'
93+ self .user_agent = 'OpenAPI-Generator/1.2 .0/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 @@ -524,7 +524,7 @@ def to_debug_report(self) -> str:
524524 "OS: {env}\n " \
525525 "Python Version: {pyversion}\n " \
526526 "Version of the API: 0.0.0\n " \
527- "SDK Package Version: 1.1 .0" .\
527+ "SDK Package Version: 1.2 .0" .\
528528 format (env = sys .platform , pyversion = sys .version )
529529
530530 def get_host_settings (self ) -> List [HostSetting ]:
You can’t perform that action at this time.
0 commit comments