diff --git a/pyproject.toml b/pyproject.toml index a17bf6c7..11e3594c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "GPL-2.0-only" requires-python = ">=3.12,<3.13" dependencies = [ "accessible-output3 @ git+https://github.com/SigmaNight/accessible_output3.git", - "anthropic (>=0.72.0,<0.73)", + "anthropic (>=0.76.0,<0.77)", "babel (>=2.17,<2.18)", "fsspec (>=2025.9.0,<2025.10)", "google-genai (>=1.47.0,<1.48)", diff --git a/uv.lock b/uv.lock index dcc9d281..86b86a64 100644 --- a/uv.lock +++ b/uv.lock @@ -33,7 +33,7 @@ wheels = [ [[package]] name = "anthropic" -version = "0.72.0" +version = "0.76.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -45,9 +45,9 @@ dependencies = [ { name = "sniffio" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/49/07/61f3ca8e69c5dcdaec31b36b79a53ea21c5b4ca5e93c7df58c71f43bf8d8/anthropic-0.72.0.tar.gz", hash = "sha256:8971fe76dcffc644f74ac3883069beb1527641115ae0d6eb8fa21c1ce4082f7a", size = 493721, upload-time = "2025-10-28T19:13:01.755Z" } +sdist = { url = "https://files.pythonhosted.org/packages/6e/be/d11abafaa15d6304826438170f7574d750218f49a106c54424a40cef4494/anthropic-0.76.0.tar.gz", hash = "sha256:e0cae6a368986d5cf6df743dfbb1b9519e6a9eee9c6c942ad8121c0b34416ffe", size = 495483, upload-time = "2026-01-13T18:41:14.908Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7b/b7/160d4fb30080395b4143f1d1a4f6c646ba9105561108d2a434b606c03579/anthropic-0.72.0-py3-none-any.whl", hash = "sha256:0e9f5a7582f038cab8efbb4c959e49ef654a56bfc7ba2da51b5a7b8a84de2e4d", size = 357464, upload-time = "2025-10-28T19:13:00.215Z" }, + { url = "https://files.pythonhosted.org/packages/e5/70/7b0fd9c1a738f59d3babe2b4212031c34ab7d0fda4ffef15b58a55c5bcea/anthropic-0.76.0-py3-none-any.whl", hash = "sha256:81efa3113901192af2f0fe977d3ec73fdadb1e691586306c4256cd6d5ccc331c", size = 390309, upload-time = "2026-01-13T18:41:13.483Z" }, ] [[package]] @@ -143,7 +143,7 @@ test = [ [package.metadata] requires-dist = [ { name = "accessible-output3", git = "https://github.com/SigmaNight/accessible_output3.git" }, - { name = "anthropic", specifier = ">=0.72.0,<0.73" }, + { name = "anthropic", specifier = ">=0.76.0,<0.77" }, { name = "babel", specifier = ">=2.17,<2.18" }, { name = "fsspec", specifier = ">=2025.9.0,<2025.10" }, { name = "google-genai", specifier = ">=1.47.0,<1.48" },