[python-fastapi] Update fastapi, starlette to newer versions (#19880)

* update fastapi, starlette dep to newer verions

* update samples
This commit is contained in:
William Cheng 2024-10-16 14:17:38 +08:00 committed by GitHub
parent b1dd6b262e
commit 21a8e4e623
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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
@ -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

View File

@ -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
@ -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