From 4ab83ba420c1be623433982ca69e908dcb8d922a Mon Sep 17 00:00:00 2001 From: Min Zeya Phyo Date: Thu, 19 Feb 2026 20:13:41 +0800 Subject: [PATCH] Upgrade anthropic SDK to fix httpx proxies compat --- backend/requirements-pipeline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-pipeline.txt b/backend/requirements-pipeline.txt index 1070ee4..ea9a52a 100644 --- a/backend/requirements-pipeline.txt +++ b/backend/requirements-pipeline.txt @@ -11,7 +11,7 @@ lxml_html_clean psycopg2-binary==2.9.9 # AI (Claude for translation/compilation) -anthropic==0.18.1 +anthropic>=0.40.0 # Text processing scikit-learn==1.4.0