From 00d5aae290747b2a57d4e4bb06ebea610ee20d0b Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 8 Jun 2026 23:23:41 +0000 Subject: [PATCH] write requirements.txt --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 45c8b0c..50a3cfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,10 @@ # For LLM-backed iterative planning only (agent-side): # Keep these lean so sandbox tests pass reliably. -# DeepAgents + LangChain are optional until the iterative skill is invoked. -# Use conservative version ranges known to work on Python 3.11. -deepagents>=0.4,<1.0 -langchain>=0.2.14,<0.4 -langchain-openai>=0.1.15,<0.3 -langgraph>=0.1.0,<0.8 +# Pin to a compatible matrix with a2a_pack's DeepAgents middleware imports. + +deepagents==0.5.1 +langchain==0.2.16 +langchain-openai==0.1.24 +langgraph==0.1.12 beautifulsoup4>=4.12