mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
fix: dependencies security problems (#2040)
This commit is contained in:
parent
0355645a0e
commit
28cd3a8c9f
|
@ -9,12 +9,12 @@ flask-restful==0.3.9
|
|||
flask-session2==1.3.1
|
||||
flask-cors==3.0.10
|
||||
gunicorn~=21.2.0
|
||||
gevent~=22.10.2
|
||||
gevent~=23.9.1
|
||||
langchain==0.0.250
|
||||
openai~=1.3.6
|
||||
tiktoken~=0.5.2
|
||||
psycopg2-binary~=2.9.6
|
||||
pycryptodome==3.17
|
||||
pycryptodome==3.19.1
|
||||
python-dotenv==1.0.0
|
||||
pytest~=7.3.1
|
||||
pytest-mock~=3.11.1
|
||||
|
@ -51,7 +51,7 @@ pandas==1.5.3
|
|||
xinference-client~=0.6.4
|
||||
safetensors==0.3.2
|
||||
zhipuai==1.0.7
|
||||
werkzeug==2.3.7
|
||||
werkzeug==2.3.8
|
||||
pymilvus==2.3.0
|
||||
qdrant-client==1.6.4
|
||||
cohere~=4.32
|
||||
|
|
Loading…
Reference in New Issue
Block a user