From 4763c72ce0fb8a38b9d7a25afa7293e8d472fa36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:07:32 +0000 Subject: [PATCH] chore(deps-dev): update anthropic requirement from >=0.98 to >=0.107.1 Updates the requirements on [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version. - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.98.0...v0.107.1) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.107.1 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 5eb6947e..1e45d435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ calendar = [ "cryptography>=41.0", ] web = ["camoufox>=0.4", "markdownify>=1.0", "beautifulsoup4>=4.12"] -voice = ["twilio>=9.0", "anthropic>=0.98"] +voice = ["twilio>=9.0", "anthropic>=0.107.1"] local-embeddings = ["sentence-transformers>=2.0"] all = [ "pinky-ai[telegram,discord,slack,google,calendar,voice]",