Skip to content

Commit a8aa60d

Browse files
committed
update starlette to newer version 0.49.1
1 parent 351b601 commit a8aa60d

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
@@ -26,7 +26,7 @@ python-multipart==0.0.18
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.4
2828
Rx==1.6.1
29-
starlette==0.40.0
29+
starlette==0.49.1
3030
typing-extensions==4.13.2
3131
ujson==4.0.2
3232
urllib3==2.5.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ python-multipart==0.0.18
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.4
2828
Rx==1.6.1
29-
starlette==0.40.0
29+
starlette==0.49.1
3030
typing-extensions==4.13.2
3131
ujson==4.0.2
3232
urllib3==2.5.0

0 commit comments

Comments
 (0)