From f5d0fd1a62bab22fa068015e160ebf21d29ce50f Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Mon, 26 Jan 2026 10:02:29 -0500 Subject: [PATCH] chore: bump anthropic dep --- lib/crewai/pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/crewai/pyproject.toml b/lib/crewai/pyproject.toml index bd01dbf9a..4a21e1fa6 100644 --- a/lib/crewai/pyproject.toml +++ b/lib/crewai/pyproject.toml @@ -90,7 +90,7 @@ azure-ai-inference = [ "azure-ai-inference~=1.0.0b9", ] anthropic = [ - "anthropic~=0.71.0", + "anthropic~=0.73.0", ] a2a = [ "a2a-sdk~=0.3.10", diff --git a/uv.lock b/uv.lock index 36c4c60ba..499d4bd2d 100644 --- a/uv.lock +++ b/uv.lock @@ -310,7 +310,7 @@ wheels = [ [[package]] name = "anthropic" -version = "0.71.1" +version = "0.73.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -322,9 +322,9 @@ dependencies = [ { name = "sniffio" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/05/4b/19620875841f692fdc35eb58bf0201c8ad8c47b8443fecbf1b225312175b/anthropic-0.71.1.tar.gz", hash = "sha256:a77d156d3e7d318b84681b59823b2dee48a8ac508a3e54e49f0ab0d074e4b0da", size = 493294, upload-time = "2025-10-28T17:28:42.213Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f0/07/f550112c3f5299d02f06580577f602e8a112b1988ad7c98ac1a8f7292d7e/anthropic-0.73.0.tar.gz", hash = "sha256:30f0d7d86390165f86af6ca7c3041f8720bb2e1b0e12a44525c8edfdbd2c5239", size = 425168, upload-time = "2025-11-14T18:47:52.635Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/4b/68/b2f988b13325f9ac9921b1e87f0b7994468014e1b5bd3bdbd2472f5baf45/anthropic-0.71.1-py3-none-any.whl", hash = "sha256:6ca6c579f0899a445faeeed9c0eb97aa4bdb751196262f9ccc96edfc0bb12679", size = 355020, upload-time = "2025-10-28T17:28:40.653Z" }, + { url = "https://files.pythonhosted.org/packages/15/b1/5d4d3f649e151e58dc938cf19c4d0cd19fca9a986879f30fea08a7b17138/anthropic-0.73.0-py3-none-any.whl", hash = "sha256:0d56cd8b3ca3fea9c9b5162868bdfd053fbc189b8b56d4290bd2d427b56db769", size = 367839, upload-time = "2025-11-14T18:47:51.195Z" }, ] [[package]] @@ -1276,7 +1276,7 @@ requires-dist = [ { name = "aiobotocore", marker = "extra == 'aws'", specifier = "~=2.25.2" }, { name = "aiocache", extras = ["memcached", "redis"], marker = "extra == 'a2a'", specifier = "~=0.12.3" }, { name = "aiosqlite", specifier = "~=0.21.0" }, - { name = "anthropic", marker = "extra == 'anthropic'", specifier = "~=0.71.0" }, + { name = "anthropic", marker = "extra == 'anthropic'", specifier = "~=0.73.0" }, { name = "appdirs", specifier = "~=1.4.4" }, { name = "azure-ai-inference", marker = "extra == 'azure-ai-inference'", specifier = "~=1.0.0b9" }, { name = "boto3", marker = "extra == 'aws'", specifier = "~=1.40.38" },