From caa3f5af33221df06bb5a753bcfc36a41b671df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 16:33:20 +0000 Subject: [PATCH] chore(deps-dev): update cohere requirement Updates the requirements on [cohere](https://github.com/cohere-ai/cohere-python) to permit the latest version. - [Release notes](https://github.com/cohere-ai/cohere-python/releases) - [Commits](https://github.com/cohere-ai/cohere-python/compare/5.0.0...7.0.0) --- updated-dependencies: - dependency-name: cohere dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6a86e6..100c182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ callable-google = ["google-generativeai>=0.5.0,<2.0"] callable-bedrock = ["boto3>=1.26.0,<2.0"] callable-ollama = ["ollama>=0.3.0,<2.0"] callable-mistral = ["mistralai>=1.0.0,<3.0"] -callable-cohere = ["cohere>=5.0.0,<7.0"] +callable-cohere = ["cohere>=5.0.0,<8.0"] callable-all = [ "ai-bom[callable-openai,callable-anthropic,callable-google,callable-bedrock,callable-ollama,callable-mistral,callable-cohere]", ]