From f8401af5f9591f3dc481eb69722cb4e3a2d0f884 Mon Sep 17 00:00:00 2001 From: Pietro Martino Lugato Date: Thu, 17 Oct 2024 14:21:50 -0400 Subject: [PATCH] loosen package version req to avoid conflicting dependecies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1233cf4..e53dc7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "httptools==0.6.0", "humanfriendly==10.0", "langchain==0.0.268", - "langchain-anthropic==0.2.1", + "langchain-anthropic", "loguru==0.7.2", "lz4==4.3.2", "mistune==3.0.1",