升级fastapi依赖包
This commit is contained in:
parent
e384e2852a
commit
7debee74e0
@ -123,24 +123,32 @@ pnpm run build:pro
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
图2
|
图2
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
图3
|
图3
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
图4
|
图4
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
图5
|
图5
|
||||||
|
|
||||||

|

|
||||||
|
@ -11,7 +11,7 @@ from fastapi.security import OAuth2PasswordBearer
|
|||||||
"""
|
"""
|
||||||
系统版本
|
系统版本
|
||||||
"""
|
"""
|
||||||
VERSION = "1.8.3"
|
VERSION = "1.8.4"
|
||||||
|
|
||||||
"""安全警告: 不要在生产中打开调试运行!"""
|
"""安全警告: 不要在生产中打开调试运行!"""
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
|
aiofiles==0.8.0
|
||||||
aiohttp==3.8.3
|
aiohttp==3.8.3
|
||||||
|
aiopathlib==0.5.0
|
||||||
aioredis==2.0.1
|
aioredis==2.0.1
|
||||||
|
aioshutil==1.3
|
||||||
aiosignal==1.3.1
|
aiosignal==1.3.1
|
||||||
alembic==1.8.1
|
alembic==1.8.1
|
||||||
alibabacloud-credentials==0.3.0
|
alibabacloud-credentials==0.3.0
|
||||||
@ -29,7 +32,7 @@ cryptography==38.0.3
|
|||||||
dnspython==2.2.1
|
dnspython==2.2.1
|
||||||
ecdsa==0.18.0
|
ecdsa==0.18.0
|
||||||
et-xmlfile==1.1.0
|
et-xmlfile==1.1.0
|
||||||
fastapi==0.95.0
|
fastapi==0.97.0
|
||||||
frozenlist==1.3.3
|
frozenlist==1.3.3
|
||||||
greenlet==2.0.1
|
greenlet==2.0.1
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
@ -66,7 +69,7 @@ sniffio==1.3.0
|
|||||||
SQLAlchemy==1.4.44
|
SQLAlchemy==1.4.44
|
||||||
SQLAlchemy-Utils==0.38.3
|
SQLAlchemy-Utils==0.38.3
|
||||||
SSIM-PIL==1.0.14
|
SSIM-PIL==1.0.14
|
||||||
starlette==0.26.1
|
starlette==0.27.0
|
||||||
typer==0.7.0
|
typer==0.7.0
|
||||||
typing-extensions==4.4.0
|
typing-extensions==4.4.0
|
||||||
ua-parser==0.16.1
|
ua-parser==0.16.1
|
||||||
@ -81,6 +84,3 @@ yarl==1.8.1
|
|||||||
zipp==3.10.0
|
zipp==3.10.0
|
||||||
zope.event==4.5.0
|
zope.event==4.5.0
|
||||||
zope.interface==5.5.2
|
zope.interface==5.5.2
|
||||||
aiofiles==0.8.0
|
|
||||||
aiopathlib==0.5.0
|
|
||||||
aioshutil==1.3
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user