mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 升级依赖包
This commit is contained in:
parent
c681a27607
commit
02d2e1b0dc
|
|
@ -7,7 +7,7 @@ readme = "README.md"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
django = "4.1.10"
|
||||
django = "4.1.13"
|
||||
djangorestframework = "3.14.0"
|
||||
drf-yasg = "1.21.7"
|
||||
django-filter = "23.2"
|
||||
|
|
@ -16,7 +16,7 @@ langchain = "^0.1.11"
|
|||
psycopg2-binary = "2.9.7"
|
||||
jieba = "^0.42.1"
|
||||
diskcache = "^5.6.3"
|
||||
pillow = "9.5.0"
|
||||
pillow = "^10.2.0"
|
||||
filetype = "^1.2.0"
|
||||
chardet = "^5.2.0"
|
||||
sentence-transformers = "^2.2.2"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"format": "prettier --write src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.27.2",
|
||||
"axios": "^0.28.0",
|
||||
"element-plus": "^2.5.6",
|
||||
"install": "^0.13.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
|
|||
Loading…
Reference in New Issue