From 33e3b0a9bd2dc69b3f515e828700c1409c749898 Mon Sep 17 00:00:00 2001 From: goulustis Date: Wed, 22 Oct 2025 14:53:25 +0800 Subject: [PATCH] be slightly more specific incase blow up --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c94322..f1dc6c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "lang_agent" version = "0.1" dependencies = [ - "langchain>=1.0", + "langchain==1.0", "langchain_community", "langchain-openai", "httpx[socks]",