update python fastapi server dependencies (#15650)

This commit is contained in:
William Cheng 2023-05-29 17:16:15 +08:00 committed by GitHub
parent 7006b388de
commit 8bad27e0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
aiofiles==0.5.0 aiofiles==23.1.0
aniso8601==7.0.0 aniso8601==7.0.0
async-exit-stack==1.0.1 async-exit-stack==1.0.1
async-generator==1.10 async-generator==1.10
@ -7,12 +7,13 @@ chardet==4.0.0
click==7.1.2 click==7.1.2
dnspython==2.1.0 dnspython==2.1.0
email-validator==1.1.2 email-validator==1.1.2
fastapi==0.65.1 fastapi==0.95.2
graphene==2.1.8 graphene==2.1.8
graphql-core==2.3.2 graphql-core==2.3.2
graphql-relay==2.0.1 graphql-relay==2.0.1
h11==0.12.0 h11==0.12.0
httptools==0.1.2 httptools==0.1.2
httpx==0.24.1
idna==2.10 idna==2.10
itsdangerous==1.1.0 itsdangerous==1.1.0
Jinja2==2.11.3 Jinja2==2.11.3
@ -26,7 +27,7 @@ PyYAML==5.4.1
requests==2.25.1 requests==2.25.1
Rx==1.6.1 Rx==1.6.1
six==1.16.0 six==1.16.0
starlette==0.25.0 starlette==0.27.0
typing-extensions==3.10.0.0 typing-extensions==3.10.0.0
ujson==4.0.2 ujson==4.0.2
urllib3==1.26.5 urllib3==1.26.5

View File

@ -1,4 +1,4 @@
aiofiles==0.5.0 aiofiles==23.1.0
aniso8601==7.0.0 aniso8601==7.0.0
async-exit-stack==1.0.1 async-exit-stack==1.0.1
async-generator==1.10 async-generator==1.10
@ -7,12 +7,13 @@ chardet==4.0.0
click==7.1.2 click==7.1.2
dnspython==2.1.0 dnspython==2.1.0
email-validator==1.1.2 email-validator==1.1.2
fastapi==0.65.1 fastapi==0.95.2
graphene==2.1.8 graphene==2.1.8
graphql-core==2.3.2 graphql-core==2.3.2
graphql-relay==2.0.1 graphql-relay==2.0.1
h11==0.12.0 h11==0.12.0
httptools==0.1.2 httptools==0.1.2
httpx==0.24.1
idna==2.10 idna==2.10
itsdangerous==1.1.0 itsdangerous==1.1.0
Jinja2==2.11.3 Jinja2==2.11.3
@ -26,7 +27,7 @@ PyYAML==5.4.1
requests==2.25.1 requests==2.25.1
Rx==1.6.1 Rx==1.6.1
six==1.16.0 six==1.16.0
starlette==0.25.0 starlette==0.27.0
typing-extensions==3.10.0.0 typing-extensions==3.10.0.0
ujson==4.0.2 ujson==4.0.2
urllib3==1.26.5 urllib3==1.26.5