From 9cee9e44933a23fb85f2cc113fa3f45d5a0586c1 Mon Sep 17 00:00:00 2001 From: Debian Date: Mon, 5 Jan 2026 02:58:44 +0000 Subject: [PATCH] Pin anthropic to 0.45.0 to fix proxies error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0214abc..4efa40b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ flask==3.0.0 flask-cors==4.0.0 flask-socketio==5.3.6 paramiko==3.4.0 -anthropic>=0.40.0 +anthropic==0.45.0 requests==2.31.0 python-dotenv==1.0.0 gevent==23.9.1