Skip to content

Commit 20a0ac7

Browse files
committed
feat: fix requirements
1 parent 4e9882b commit 20a0ac7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docker/requirements-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ tzdata==2025.2
159159
ujson==5.10.0
160160
urllib3==2.5.0
161161
uvicorn==0.35.0
162-
uvloop==0.21.0
162+
uvloop==0.22.1; sys_platform != 'win32'
163163
volcengine-python-sdk==4.0.6
164164
watchfiles==1.1.0
165165
websockets==15.0.1
@@ -179,7 +179,7 @@ pathable==0.4.4
179179
pathvalidate==3.3.1
180180
platformdirs==4.5.0
181181
pluggy==1.6.0
182-
psycopg2-binary==2.9.9
182+
psycopg2-binary==2.9.11
183183
py-key-value-aio==0.2.8
184184
py-key-value-shared==0.2.8
185185
PyJWT==2.10.1

docker/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ MarkupSafe==3.0.3
5555
mcp==1.21.1
5656
mdurl==0.1.2
5757
more-itertools==10.8.0
58-
neo4j==5.28.1
5958
numpy==2.3.4
6059
ollama==0.4.9
6160
openai==1.109.1
@@ -71,7 +70,7 @@ pluggy==1.6.0
7170
portalocker==2.8.0
7271
prometheus_client==0.23.1
7372
protobuf==6.33.1
74-
psycopg2-binary==2.9.9
73+
psycopg2-binary==2.9.11
7574
py-key-value-aio==0.2.8
7675
py-key-value-shared==0.2.8
7776
pycparser==2.23
@@ -123,6 +122,6 @@ tzdata==2025.2
123122
ujson==5.11.0
124123
urllib3==2.5.0
125124
uvicorn==0.38.0
126-
uvloop==0.22.1
125+
uvloop==0.22.1; sys_platform != 'win32'
127126
watchfiles==1.1.1
128127
websockets==15.0.1

0 commit comments

Comments
 (0)