From 20a0ac79604e0a5a04d6e2c6eb053b3cb2d0e317 Mon Sep 17 00:00:00 2001 From: liji <532311301@qq.com> Date: Fri, 26 Dec 2025 21:39:53 +0800 Subject: [PATCH] feat: fix requirements --- docker/requirements-full.txt | 4 ++-- docker/requirements.txt | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docker/requirements-full.txt b/docker/requirements-full.txt index 538f5e578..e8911cbb9 100644 --- a/docker/requirements-full.txt +++ b/docker/requirements-full.txt @@ -159,7 +159,7 @@ tzdata==2025.2 ujson==5.10.0 urllib3==2.5.0 uvicorn==0.35.0 -uvloop==0.21.0 +uvloop==0.22.1; sys_platform != 'win32' volcengine-python-sdk==4.0.6 watchfiles==1.1.0 websockets==15.0.1 @@ -179,7 +179,7 @@ pathable==0.4.4 pathvalidate==3.3.1 platformdirs==4.5.0 pluggy==1.6.0 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.11 py-key-value-aio==0.2.8 py-key-value-shared==0.2.8 PyJWT==2.10.1 diff --git a/docker/requirements.txt b/docker/requirements.txt index e7a2b2d9a..dd4b089b8 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -55,7 +55,6 @@ MarkupSafe==3.0.3 mcp==1.21.1 mdurl==0.1.2 more-itertools==10.8.0 -neo4j==5.28.1 numpy==2.3.4 ollama==0.4.9 openai==1.109.1 @@ -71,7 +70,7 @@ pluggy==1.6.0 portalocker==2.8.0 prometheus_client==0.23.1 protobuf==6.33.1 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.11 py-key-value-aio==0.2.8 py-key-value-shared==0.2.8 pycparser==2.23 @@ -123,6 +122,6 @@ tzdata==2025.2 ujson==5.11.0 urllib3==2.5.0 uvicorn==0.38.0 -uvloop==0.22.1 +uvloop==0.22.1; sys_platform != 'win32' watchfiles==1.1.1 websockets==15.0.1 \ No newline at end of file