We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68e492 commit dfc009aCopy full SHA for dfc009a
patch_api/api_client.py
@@ -91,7 +91,7 @@ def __init__(
91
self.default_headers[header_name] = header_value
92
self.cookie = cookie
93
# Set default User-Agent.
94
- self.user_agent = "OpenAPI-Generator/1.3.0/python"
+ self.user_agent = "OpenAPI-Generator/1.3.1/python"
95
96
def __del__(self):
97
if self._pool:
setup.py
@@ -20,7 +20,11 @@
20
# prerequisite: setuptools
21
# http://pypi.python.org/pypi/setuptools
22
23
-REQUIRES = ["urllib3 >= 1.25.3", "python-dateutil", "certifi"]
+REQUIRES = [
24
+ "urllib3 >= 1.25.3",
25
+ "python-dateutil",
26
+ "certifi",
27
+]
28
29
setup(
30
name=NAME,
0 commit comments