Unverified Commit 28cd3a8c authored by takatost's avatar takatost Committed by GitHub

fix: dependencies security problems (#2040)

parent 0355645a
...@@ -9,12 +9,12 @@ flask-restful==0.3.9 ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment