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.7 .0
1+ # urlr@2.8 .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.7
8- - Package version: 2.7 .0
8+ - Package version: 2.8 .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[tool .poetry ]
22name = " urlr"
3- version = " 2.7 .0"
3+ version = " 2.8 .0"
44description = " Python client for URLR"
55authors = [" URLR <contact@urlr.me>" ]
66license = " MIT"
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.7 .0"
25+ VERSION = "2.8 .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.7 .0"
18+ __version__ = "2.8 .0"
1919
2020# import apis into sdk package
2121from urlr .api .access_tokens_api import AccessTokensApi
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def __init__(
9191 self .default_headers [header_name ] = header_value
9292 self .cookie = cookie
9393 # Set default User-Agent.
94- self .user_agent = 'OpenAPI-Generator/2.7 .0/python'
94+ self .user_agent = 'OpenAPI-Generator/2.8 .0/python'
9595 self .client_side_validation = configuration .client_side_validation
9696
9797 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.7\n " \
515- "SDK Package Version: 2.7 .0" .\
515+ "SDK Package Version: 2.8 .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