Skip to content

Commit de22895

Browse files
authored
update python-fastapi multipart dep to newer version (#24043)
1 parent 3be91da commit de22895

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ orjson==3.11.6
2222
promise==2.3
2323
pydantic>=2
2424
python-dotenv==1.2.2
25-
python-multipart==0.0.27
25+
python-multipart==0.0.31
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.33.0
2828
Rx==1.6.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ orjson==3.11.6
2222
promise==2.3
2323
pydantic>=2
2424
python-dotenv==1.2.2
25-
python-multipart==0.0.27
25+
python-multipart==0.0.31
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.33.0
2828
Rx==1.6.1

0 commit comments

Comments
 (0)