From 6b176095e32a0f24996bfc22ad4e6e49d9784bf8 Mon Sep 17 00:00:00 2001 From: David <64162682+dsfaccini@users.noreply.github.com> Date: Wed, 14 Jan 2026 02:21:39 -0500 Subject: [PATCH] [Build] Relax anthropic version pin from ==0.71.0 to >=0.71.0 (#32289) Signed-off-by: Michael Goin Co-authored-by: Michael Goin --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 743e72af3..3400c24e7 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -48,7 +48,7 @@ cbor2 # Required for cross-language serialization of hashable objects ijson # Required for mistral streaming tool parser setproctitle # Used to set process names for better debugging and monitoring openai-harmony >= 0.0.3 # Required for gpt-oss -anthropic == 0.71.0 +anthropic >= 0.71.0 model-hosting-container-standards >= 0.1.13, < 1.0.0 mcp grpcio>=1.76.0