From 72cb0bd2726ce807e12af3f231edad0622f494fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:57:20 +0000 Subject: [PATCH] build(deps): bump cohere from 7.0.5 to 7.0.8 Bumps [cohere](https://github.com/cohere-ai/cohere-python) from 7.0.5 to 7.0.8. - [Release notes](https://github.com/cohere-ai/cohere-python/releases) - [Commits](https://github.com/cohere-ai/cohere-python/compare/7.0.5...7.0.8) --- updated-dependencies: - dependency-name: cohere dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2c34228175..7314c60e2b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ # Model providers & cloud SDKs "anthropic==0.116.0", "boto3==1.43.54", - "cohere==7.0.5", + "cohere==7.0.8", "dashscope==1.26.3", "qianfan==0.4.12.3", "tencentcloud-sdk-python-common==3.1.134",