Merge remote-tracking branch 'origin/master' into 5.1.x

This commit is contained in:
William Cheng
2021-02-02 21:04:15 +08:00
683 changed files with 28610 additions and 2275 deletions

View File

@@ -66,7 +66,7 @@ class ApiClient(object):
def __init__(self, configuration=None, header_name=None, header_value=None,
cookie=None, pool_threads=1):
if configuration is None:
configuration = Configuration()
configuration = Configuration.get_default_copy()
self.configuration = configuration
self.pool_threads = pool_threads

View File

@@ -1,4 +1,3 @@
nulltype
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.25.3

View File

@@ -22,7 +22,6 @@ VERSION = "1.0.0"
REQUIRES = [
"urllib3 >= 1.25.3",
"python-dateutil",
"nulltype",
]
setup(