chore: pin cohere dependency to version 5.17.0

v3.2
CaptainB 2025-08-21 18:17:46 +08:00
parent e8b972e91c
commit 16718dcca1
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ dependencies = [
"python-daemon==3.1.2", "python-daemon==3.1.2",
"websockets==15.0.1", "websockets==15.0.1",
"pylint==3.3.7", "pylint==3.3.7",
"cohere>=5.17.0", "cohere==5.17.0",
] ]
[tool.uv] [tool.uv]