Skip to content

Commit 21a8e4e

Browse files
authored
[python-fastapi] Update fastapi, starlette to newer versions (#19880)
* update fastapi, starlette dep to newer verions * update samples
1 parent b1dd6b2 commit 21a8e4e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.109.2
10+
fastapi==0.115.2
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.7
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.0
2828
Rx==1.6.1
29-
starlette==0.36.3
29+
starlette==0.40.0
3030
typing-extensions==4.8.0
3131
ujson==4.0.2
3232
urllib3==1.26.19

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.109.2
10+
fastapi==0.115.2
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.7
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.0
2828
Rx==1.6.1
29-
starlette==0.36.3
29+
starlette==0.40.0
3030
typing-extensions==4.8.0
3131
ujson==4.0.2
3232
urllib3==1.26.19

0 commit comments

Comments
 (0)