feat: 升级依赖包

This commit is contained in:
shaohuzhang1 2024-03-19 19:54:15 +08:00
parent c681a27607
commit 02d2e1b0dc
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"
django = "4.1.10" django = "4.1.13"
djangorestframework = "3.14.0" djangorestframework = "3.14.0"
drf-yasg = "1.21.7" drf-yasg = "1.21.7"
django-filter = "23.2" django-filter = "23.2"
@ -16,7 +16,7 @@ langchain = "^0.1.11"
psycopg2-binary = "2.9.7" psycopg2-binary = "2.9.7"
jieba = "^0.42.1" jieba = "^0.42.1"
diskcache = "^5.6.3" diskcache = "^5.6.3"
pillow = "9.5.0" pillow = "^10.2.0"
filetype = "^1.2.0" filetype = "^1.2.0"
chardet = "^5.2.0" chardet = "^5.2.0"
sentence-transformers = "^2.2.2" sentence-transformers = "^2.2.2"

View File

@ -13,7 +13,7 @@
"format": "prettier --write src/" "format": "prettier --write src/"
}, },
"dependencies": { "dependencies": {
"axios": "^0.27.2", "axios": "^0.28.0",
"element-plus": "^2.5.6", "element-plus": "^2.5.6",
"install": "^0.13.0", "install": "^0.13.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",