From 86c8e0a08ede171d02d00f23c71b04b77f8df594 Mon Sep 17 00:00:00 2001 From: goulustis Date: Tue, 21 Oct 2025 19:10:59 +0800 Subject: [PATCH] update req --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6693054..3c94322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,15 +2,15 @@ name = "lang_agent" version = "0.1" dependencies = [ - "langchain==0.3.27", - "langchain_community==0.3.31", + "langchain>=1.0", + "langchain_community", "langchain-openai", "httpx[socks]", "dashscope", "python-dotenv>=1.0.0", "websockets>=11.0.3", "mcp>=1.8.1", - "pydantic>=2.11.4", + "pydantic<2.12", "mcp-proxy>=0.8.2", "loguru", "tyro",