Skip to content

Commit

Permalink
[python-fastapi] Update fastapi, starlette to newer versions (#19880)
Browse files Browse the repository at this point in the history
* update fastapi, starlette dep to newer verions

* update samples
  • Loading branch information
wing328 authored Oct 16, 2024
1 parent b1dd6b2 commit 21a8e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chardet==4.0.0
click==7.1.2
dnspython==2.6.1
email-validator==2.0.0
fastapi==0.109.2
fastapi==0.115.2
graphene==2.1.8
graphql-core==2.3.2
graphql-relay==2.0.1
Expand All @@ -26,7 +26,7 @@ python-multipart==0.0.7
PyYAML>=5.4.1,<6.1.0
requests==2.32.0
Rx==1.6.1
starlette==0.36.3
starlette==0.40.0
typing-extensions==4.8.0
ujson==4.0.2
urllib3==1.26.19
Expand Down
4 changes: 2 additions & 2 deletions samples/server/petstore/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chardet==4.0.0
click==7.1.2
dnspython==2.6.1
email-validator==2.0.0
fastapi==0.109.2
fastapi==0.115.2
graphene==2.1.8
graphql-core==2.3.2
graphql-relay==2.0.1
Expand All @@ -26,7 +26,7 @@ python-multipart==0.0.7
PyYAML>=5.4.1,<6.1.0
requests==2.32.0
Rx==1.6.1
starlette==0.36.3
starlette==0.40.0
typing-extensions==4.8.0
ujson==4.0.2
urllib3==1.26.19
Expand Down

0 comments on commit 21a8e4e

Please sign in to comment.