浏览代码

fix: dependencies security problems (#2040)

tags/0.4.7
takatost 1年前
父节点
当前提交
28cd3a8c9f
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      api/requirements.txt

+ 3
- 3
api/requirements.txt 查看文件

@@ -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

正在加载...
取消
保存