Skip to content

Commit 3d4f29e

Browse files
authored
[PYTHON-FASTAPI] update starlette to newer version 0.49.1 (#22243)
* update starlette to newer version 0.49.1 * update fastapi to newer version
1 parent 351b601 commit 3d4f29e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ chardet==4.0.0
77
click==7.1.2
88
dnspython==2.6.1
99
email-validator==2.0.0
10-
fastapi==0.115.2
10+
fastapi==0.120.1
1111
graphene==2.1.8
1212
graphql-core==2.3.2
1313
graphql-relay==2.0.1
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ chardet==4.0.0
77
click==7.1.2
88
dnspython==2.6.1
99
email-validator==2.0.0
10-
fastapi==0.115.2
10+
fastapi==0.120.1
1111
graphene==2.1.8
1212
graphql-core==2.3.2
1313
graphql-relay==2.0.1
@@ -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)