Skip to content

Commit 82bb813

Browse files
authored
update fastapi dependencies to newer versions (#17871)
1 parent 4e39f12 commit 82bb813

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/openapi-generator/src/main/resources/python-fastapi/requirements.mustache

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ orjson==3.5.2
2222
promise==2.3
2323
pydantic>=2
2424
python-dotenv==0.17.1
25-
python-multipart==0.0.5
25+
python-multipart==0.0.7
2626
PyYAML==5.4.1
27-
requests==2.25.1
27+
requests==2.31.0
2828
Rx==1.6.1
2929
starlette==0.36.3
3030
typing-extensions==4.8.0
3131
ujson==4.0.2
32-
urllib3==1.26.5
32+
urllib3==1.26.18
3333
uvicorn==0.13.4
3434
uvloop==0.19.0
3535
watchgod==0.7

samples/server/petstore/python-fastapi/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ orjson==3.5.2
2222
promise==2.3
2323
pydantic>=2
2424
python-dotenv==0.17.1
25-
python-multipart==0.0.5
25+
python-multipart==0.0.7
2626
PyYAML==5.4.1
27-
requests==2.25.1
27+
requests==2.31.0
2828
Rx==1.6.1
2929
starlette==0.36.3
3030
typing-extensions==4.8.0
3131
ujson==4.0.2
32-
urllib3==1.26.5
32+
urllib3==1.26.18
3333
uvicorn==0.13.4
3434
uvloop==0.19.0
3535
watchgod==0.7

0 commit comments

Comments
 (0)