Skip to content

Commit c452e60

Browse files
committed
update samples
1 parent 18e6b5d commit c452e60

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

samples/openapi3/client/petstore/python-aiohttp/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ include = ["petstore_api/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.9"
14-
urllib3 = ">= 2.1.0, < 3.0.0"
1514
python-dateutil = ">= 2.8.2"
1615
aiohttp = ">= 3.8.4"
1716
aiohttp-retry = ">= 2.8.3"

samples/openapi3/client/petstore/python-aiohttp/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
urllib3 >= 2.1.0, < 3.0.0
21
python_dateutil >= 2.8.2
32
aiohttp >= 3.8.4
43
aiohttp-retry >= 2.8.3

samples/openapi3/client/petstore/python-aiohttp/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
VERSION = "1.0.0"
2525
PYTHON_REQUIRES = ">= 3.9"
2626
REQUIRES = [
27-
"urllib3 >= 2.1.0, < 3.0.0",
2827
"python-dateutil >= 2.8.2",
2928
"aiohttp >= 3.8.4",
3029
"aiohttp-retry >= 2.8.3",

samples/openapi3/client/petstore/python-httpx/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
1111
requires-python = ">=3.9"
1212

1313
dependencies = [
14-
"urllib3 (>=2.1.0,<3.0.0)",
1514
"python-dateutil (>=2.8.2)",
1615
"httpx (>=0.28.1)",
1716
"pem (>=19.3.0)",

samples/openapi3/client/petstore/python-httpx/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
urllib3 >= 2.1.0, < 3.0.0
21
python_dateutil >= 2.8.2
32
httpx = ">= 0.28.1"
43
pem >= 19.3.0

samples/openapi3/client/petstore/python-httpx/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
VERSION = "1.0.0"
2525
PYTHON_REQUIRES = ">= 3.9"
2626
REQUIRES = [
27-
"urllib3 >= 2.1.0, < 3.0.0",
2827
"python-dateutil >= 2.8.2",
2928
"httpx >= 0.28.1",
3029
"pem >= 19.3.0",

0 commit comments

Comments
 (0)