From 498839f6287a2f1a52504c0f674760003be0bb72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 10:44:29 +0000 Subject: [PATCH] chore(deps): bump anthropic from 0.102.0 to 0.104.1 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.102.0 to 0.104.1. - [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.102.0...v0.104.1) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.104.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f06695e..10fb859a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.14,<3.15" dependencies = [ "accessible-output3 @ git+https://github.com/SigmaNight/accessible_output3.git ; sys_platform == 'win32' and platform_machine != 'ARM64'", "alembic>=1.18,<1.19", - "anthropic>=0.102.0,<0.103", + "anthropic>=0.104.1,<0.105", "babel>=2.17,<2.19", "fsspec>=2026.4.0,<2026.5", "google-genai>=2.3.0,<2.4", diff --git a/uv.lock b/uv.lock index d41dc554..2aa5095b 100644 --- a/uv.lock +++ b/uv.lock @@ -44,7 +44,7 @@ wheels = [ [[package]] name = "anthropic" -version = "0.102.0" +version = "0.104.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -56,9 +56,9 @@ dependencies = [ { name = "sniffio" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b9/47/cb2a71f70431fb09af4db83e3ea89eb2dd8e0e348d27af53ed32e6c599dd/anthropic-0.102.0.tar.gz", hash = "sha256:96f747cad11886c4ae12d4080131b94eebd68b202bd2190fe27959031bb1fa9c", size = 763697, upload-time = "2026-05-13T18:12:41.624Z" } +sdist = { url = "https://files.pythonhosted.org/packages/22/c7/7a655b948916f777354648ce979f68b94d5b8dbdb5f61fed1f37fad9378c/anthropic-0.104.1.tar.gz", hash = "sha256:17362b6c45f527afcc9b0fdf62011ffd359726ab2ebcb1978ea0cc41bd8d8d40", size = 850081, upload-time = "2026-05-22T15:36:57.432Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/87/75/0f6c603594876413bc858a00e7cc0d80a0cc14edf5c7b959a3ea6ec45e44/anthropic-0.102.0-py3-none-any.whl", hash = "sha256:ab96540bbd4b0f36564252d955a86f8abbe4f00944a24bc9931acc9b139bab6f", size = 763070, upload-time = "2026-05-13T18:12:43.474Z" }, + { url = "https://files.pythonhosted.org/packages/b8/12/d9ab42790494d7c428391a46cd28492395566a6a8ccb138d681978594455/anthropic-0.104.1-py3-none-any.whl", hash = "sha256:35c8cb456f5a4405aafe1f10f03f6fcc54fa51fa8ec01d655cc4b437d120e9b7", size = 832996, upload-time = "2026-05-22T15:36:59.519Z" }, ] [[package]] @@ -157,7 +157,7 @@ test = [ requires-dist = [ { name = "accessible-output3", marker = "platform_machine != 'ARM64' and sys_platform == 'win32'", git = "https://github.com/SigmaNight/accessible_output3.git" }, { name = "alembic", specifier = ">=1.18,<1.19" }, - { name = "anthropic", specifier = ">=0.102.0,<0.103" }, + { name = "anthropic", specifier = ">=0.104.1,<0.105" }, { name = "babel", specifier = ">=2.17,<2.19" }, { name = "fsspec", specifier = ">=2026.4.0,<2026.5" }, { name = "google-genai", specifier = ">=2.3.0,<2.4" },