From 16718dcca1264b8360295aa1462430a6d9465a04 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 21 Aug 2025 18:17:46 +0800 Subject: [PATCH] chore: pin cohere dependency to version 5.17.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70458993a..154083361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "python-daemon==3.1.2", "websockets==15.0.1", "pylint==3.3.7", - "cohere>=5.17.0", + "cohere==5.17.0", ] [tool.uv]