anthropic version
frdel committed
Jun 6, 2025 at 10:18 UTC
e422d27fa8897d76e5a1d31171953af18bb98e2e
2 files changed
+3
-1
docker/run/fs/ins/install_A0.sh
+2
@@ -34,6 +34,8 @@ python -c "import mcp; from mcp import ClientSession; print(f'DEBUG: mcp and mcp
34
# Install remaining A0 python packages
35
uv pip install -r /git/agent-zero/requirements.txt
36
37
+uv pip install langchain-anthropic==0.3.15 # TODO: remove after browser-use update
38
+
39
python -c "import mcp; from mcp import ClientSession; print(f'DEBUG: mcp and mcp.ClientSession imported successfully after requirements.txt. mcp path: {mcp.__file__}')" || {
40
echo "CRITICAL ERROR: mcp package or mcp.ClientSession not found or failed to import after requirements.txt processing."
41
}
requirements.txt
+1
-1
@@ -11,7 +11,7 @@ flask-basicauth==0.2.0
11
flaredantic==0.1.4
12
GitPython==3.1.43
13
inputimeout==1.0.4
14
-langchain-anthropic==0.3.15
14
+langchain-anthropic==0.3.3
15
langchain-community==0.3.19
16
langchain-google-genai==2.0.8
17
langchain-groq==0.2.2