File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # urlr@2.11.1
1+ # urlr@2.12.0
22
33![ PyPI - Version] ( https://img.shields.io/pypi/v/urlr ) ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/urlr ) ![ PyPI - License] ( https://img.shields.io/pypi/l/urlr )
44
55This SDK is automatically generated with the [ OpenAPI Generator] ( https://openapi-generator.tech ) project.
66
77- API version: 1.12
8- - Package version: 2.11.1
8+ - Package version: 2.12.0
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
1111For more information, please visit [ https://urlr.me/en ] ( https://urlr.me/en )
Original file line number Diff line number Diff line change 11[project ]
22name = " urlr"
3- version = " 2.11.1 "
3+ version = " 2.12.0 "
44description = " Python client for URLR"
55authors = [
66 {name = " URLR" ,email = " contact@urlr.me" },
Original file line number Diff line number Diff line change 2222# prerequisite: setuptools
2323# http://pypi.python.org/pypi/setuptools
2424NAME = "urlr"
25- VERSION = "2.11.1 "
25+ VERSION = "2.12.0 "
2626PYTHON_REQUIRES = ">= 3.9"
2727REQUIRES = [
2828 "urllib3 >= 2.1.0, < 3.0.0" ,
Original file line number Diff line number Diff line change 1515""" # noqa: E501
1616
1717
18- __version__ = "2.11.1 "
18+ __version__ = "2.12.0 "
1919
2020# Define package exports
2121__all__ = [
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def __init__(
9292 self .default_headers [header_name ] = header_value
9393 self .cookie = cookie
9494 # Set default User-Agent.
95- self .user_agent = 'OpenAPI-Generator/2.11.1 /python'
95+ self .user_agent = 'OpenAPI-Generator/2.12.0 /python'
9696 self .client_side_validation = configuration .client_side_validation
9797
9898 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ def to_debug_report(self) -> str:
512512 "OS: {env}\n " \
513513 "Python Version: {pyversion}\n " \
514514 "Version of the API: 1.12\n " \
515- "SDK Package Version: 2.11.1 " .\
515+ "SDK Package Version: 2.12.0 " .\
516516 format (env = sys .platform , pyversion = sys .version )
517517
518518 def get_host_settings (self ) -> List [HostSetting ]:
You can’t perform that action at this time.
0 commit comments