mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 06:05:51 +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-session2==1.3.1
|
||||||
flask-cors==3.0.10
|
flask-cors==3.0.10
|
||||||
gunicorn~=21.2.0
|
gunicorn~=21.2.0
|
||||||
gevent~=22.10.2
|
gevent~=23.9.1
|
||||||
langchain==0.0.250
|
langchain==0.0.250
|
||||||
openai~=1.3.6
|
openai~=1.3.6
|
||||||
tiktoken~=0.5.2
|
tiktoken~=0.5.2
|
||||||
psycopg2-binary~=2.9.6
|
psycopg2-binary~=2.9.6
|
||||||
pycryptodome==3.17
|
pycryptodome==3.19.1
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
pytest~=7.3.1
|
pytest~=7.3.1
|
||||||
pytest-mock~=3.11.1
|
pytest-mock~=3.11.1
|
||||||
@ -51,7 +51,7 @@ pandas==1.5.3
|
|||||||
xinference-client~=0.6.4
|
xinference-client~=0.6.4
|
||||||
safetensors==0.3.2
|
safetensors==0.3.2
|
||||||
zhipuai==1.0.7
|
zhipuai==1.0.7
|
||||||
werkzeug==2.3.7
|
werkzeug==2.3.8
|
||||||
pymilvus==2.3.0
|
pymilvus==2.3.0
|
||||||
qdrant-client==1.6.4
|
qdrant-client==1.6.4
|
||||||
cohere~=4.32
|
cohere~=4.32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user