install urllib3 < 2.1.0 (#15810)

This commit is contained in:
William Cheng 2023-06-12 15:58:51 +08:00 committed by GitHub
parent ca80fcd03e
commit d2e10a7229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
python_dateutil >= 2.5.3 python_dateutil >= 2.5.3
setuptools >= 21.0.0 setuptools >= 21.0.0
urllib3 >= 1.25.3 urllib3 >= 1.25.3, < 2.1.0
pydantic >= 1.10.5, < 2 pydantic >= 1.10.5, < 2
aenum >= 3.1.11 aenum >= 3.1.11
{{#asyncio}} {{#asyncio}}

View File

@ -17,7 +17,7 @@ PYTHON_REQUIRES = ">=3.7"
{{#apis}} {{#apis}}
{{#-last}} {{#-last}}
REQUIRES = [ REQUIRES = [
"urllib3 >= 1.25.3", "urllib3 >= 1.25.3, < 2.1.0",
"python-dateutil", "python-dateutil",
{{#asyncio}} {{#asyncio}}
"aiohttp >= 3.0.0", "aiohttp >= 3.0.0",

View File

@ -1,5 +1,5 @@
python_dateutil >= 2.5.3 python_dateutil >= 2.5.3
setuptools >= 21.0.0 setuptools >= 21.0.0
urllib3 >= 1.25.3 urllib3 >= 1.25.3, < 2.1.0
pydantic >= 1.10.5, < 2 pydantic >= 1.10.5, < 2
aenum >= 3.1.11 aenum >= 3.1.11

View File

@ -25,7 +25,7 @@ NAME = "openapi-client"
VERSION = "1.0.0" VERSION = "1.0.0"
PYTHON_REQUIRES = ">=3.7" PYTHON_REQUIRES = ">=3.7"
REQUIRES = [ REQUIRES = [
"urllib3 >= 1.25.3", "urllib3 >= 1.25.3, < 2.1.0",
"python-dateutil", "python-dateutil",
"pydantic >= 1.10.5, < 2", "pydantic >= 1.10.5, < 2",
"aenum" "aenum"

View File

@ -1,6 +1,6 @@
python_dateutil >= 2.5.3 python_dateutil >= 2.5.3
setuptools >= 21.0.0 setuptools >= 21.0.0
urllib3 >= 1.25.3 urllib3 >= 1.25.3, < 2.1.0
pydantic >= 1.10.5, < 2 pydantic >= 1.10.5, < 2
aenum >= 3.1.11 aenum >= 3.1.11
aiohttp >= 3.0.0 aiohttp >= 3.0.0

View File

@ -24,7 +24,7 @@ NAME = "petstore-api"
VERSION = "1.0.0" VERSION = "1.0.0"
PYTHON_REQUIRES = ">=3.7" PYTHON_REQUIRES = ">=3.7"
REQUIRES = [ REQUIRES = [
"urllib3 >= 1.25.3", "urllib3 >= 1.25.3, < 2.1.0",
"python-dateutil", "python-dateutil",
"aiohttp >= 3.0.0", "aiohttp >= 3.0.0",
"pem>=19.3.0", "pem>=19.3.0",

View File

@ -1,5 +1,5 @@
python_dateutil >= 2.5.3 python_dateutil >= 2.5.3
setuptools >= 21.0.0 setuptools >= 21.0.0
urllib3 >= 1.25.3 urllib3 >= 1.25.3, < 2.1.0
pydantic >= 1.10.5, < 2 pydantic >= 1.10.5, < 2
aenum >= 3.1.11 aenum >= 3.1.11

View File

@ -24,7 +24,7 @@ NAME = "petstore-api"
VERSION = "1.0.0" VERSION = "1.0.0"
PYTHON_REQUIRES = ">=3.7" PYTHON_REQUIRES = ">=3.7"
REQUIRES = [ REQUIRES = [
"urllib3 >= 1.25.3", "urllib3 >= 1.25.3, < 2.1.0",
"python-dateutil", "python-dateutil",
"pem>=19.3.0", "pem>=19.3.0",
"pycryptodome>=3.9.0", "pycryptodome>=3.9.0",