forked from loafle/openapi-generator-original
Improve urllib3 semver flexibility (#19458)
This commit is contained in:
parent
40967a3d38
commit
34aeb16c5e
@ -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, < 2.1.0
|
urllib3 >= 1.25.3, < 3.0.0
|
||||||
pydantic >= 1.10.5, < 2
|
pydantic >= 1.10.5, < 2
|
||||||
aenum >= 3.1.11
|
aenum >= 3.1.11
|
||||||
{{#asyncio}}
|
{{#asyncio}}
|
||||||
|
@ -17,7 +17,7 @@ PYTHON_REQUIRES = ">=3.7"
|
|||||||
{{#apis}}
|
{{#apis}}
|
||||||
{{#-last}}
|
{{#-last}}
|
||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
"urllib3 >= 1.25.3, < 2.1.0",
|
"urllib3 >= 1.25.3, < 3.0.0",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
{{#asyncio}}
|
{{#asyncio}}
|
||||||
"aiohttp >= 3.0.0",
|
"aiohttp >= 3.0.0",
|
||||||
|
@ -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, < 2.1.0
|
urllib3 >= 1.25.3, < 3.0.0
|
||||||
pydantic >= 2
|
pydantic >= 2
|
||||||
typing-extensions >= 4.7.1
|
typing-extensions >= 4.7.1
|
||||||
{{#asyncio}}
|
{{#asyncio}}
|
||||||
|
@ -17,7 +17,7 @@ PYTHON_REQUIRES = ">=3.7"
|
|||||||
{{#apis}}
|
{{#apis}}
|
||||||
{{#-last}}
|
{{#-last}}
|
||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
"urllib3 >= 1.25.3, < 2.1.0",
|
"urllib3 >= 1.25.3, < 3.0.0",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
{{#asyncio}}
|
{{#asyncio}}
|
||||||
"aiohttp >= 3.0.0",
|
"aiohttp >= 3.0.0",
|
||||||
|
@ -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, < 2.1.0
|
urllib3 >= 1.25.3, < 3.0.0
|
||||||
pydantic >= 2
|
pydantic >= 2
|
||||||
typing-extensions >= 4.7.1
|
typing-extensions >= 4.7.1
|
||||||
|
@ -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, < 2.1.0",
|
"urllib3 >= 1.25.3, < 3.0.0",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"pydantic >= 2",
|
"pydantic >= 2",
|
||||||
"typing-extensions >= 4.7.1",
|
"typing-extensions >= 4.7.1",
|
||||||
|
@ -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, < 2.1.0
|
urllib3 >= 1.25.3, < 3.0.0
|
||||||
pydantic >= 1.10.5, < 2
|
pydantic >= 1.10.5, < 2
|
||||||
aenum >= 3.1.11
|
aenum >= 3.1.11
|
||||||
|
@ -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, < 2.1.0",
|
"urllib3 >= 1.25.3, < 3.0.0",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"pydantic >= 1.10.5, < 2",
|
"pydantic >= 1.10.5, < 2",
|
||||||
"aenum"
|
"aenum"
|
||||||
|
@ -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, < 2.1.0
|
urllib3 >= 1.25.3, < 3.0.0
|
||||||
pydantic >= 2
|
pydantic >= 2
|
||||||
typing-extensions >= 4.7.1
|
typing-extensions >= 4.7.1
|
||||||
|
@ -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, < 2.1.0",
|
"urllib3 >= 1.25.3, < 3.0.0",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"pydantic >= 2",
|
"pydantic >= 2",
|
||||||
"typing-extensions >= 4.7.1",
|
"typing-extensions >= 4.7.1",
|
||||||
|
@ -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, < 2.1.0
|
urllib3 >= 1.25.3, < 3.0.0
|
||||||
pydantic >= 2
|
pydantic >= 2
|
||||||
typing-extensions >= 4.7.1
|
typing-extensions >= 4.7.1
|
||||||
aiohttp >= 3.0.0
|
aiohttp >= 3.0.0
|
||||||
|
@ -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, < 2.1.0",
|
"urllib3 >= 1.25.3, < 3.0.0",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"aiohttp >= 3.0.0",
|
"aiohttp >= 3.0.0",
|
||||||
"aiohttp-retry >= 2.8.3",
|
"aiohttp-retry >= 2.8.3",
|
||||||
|
@ -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, < 2.1.0
|
urllib3 >= 1.25.3, < 3.0.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
|
||||||
|
@ -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, < 2.1.0",
|
"urllib3 >= 1.25.3, < 3.0.0",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"aiohttp >= 3.0.0",
|
"aiohttp >= 3.0.0",
|
||||||
"pem>=19.3.0",
|
"pem>=19.3.0",
|
||||||
|
@ -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, < 2.1.0
|
urllib3 >= 1.25.3, < 3.0.0
|
||||||
pydantic >= 1.10.5, < 2
|
pydantic >= 1.10.5, < 2
|
||||||
aenum >= 3.1.11
|
aenum >= 3.1.11
|
||||||
pycryptodome >= 3.9.0
|
pycryptodome >= 3.9.0
|
||||||
|
@ -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, < 2.1.0",
|
"urllib3 >= 1.25.3, < 3.0.0",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"pem>=19.3.0",
|
"pem>=19.3.0",
|
||||||
"pycryptodome>=3.9.0",
|
"pycryptodome>=3.9.0",
|
||||||
|
@ -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, < 2.1.0
|
urllib3 >= 1.25.3, < 3.0.0
|
||||||
pydantic >= 2
|
pydantic >= 2
|
||||||
typing-extensions >= 4.7.1
|
typing-extensions >= 4.7.1
|
||||||
pycryptodome >= 3.9.0
|
pycryptodome >= 3.9.0
|
||||||
|
@ -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, < 2.1.0",
|
"urllib3 >= 1.25.3, < 3.0.0",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
"pem>=19.3.0",
|
"pem>=19.3.0",
|
||||||
"pycryptodome>=3.9.0",
|
"pycryptodome>=3.9.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user