diff --git a/pyproject.toml b/pyproject.toml index bc6284340..55146024d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ python = ">=3.10,<4.0" torch = ">=2.1.1,<3.0" transformers = ">= 4.39.0, <5.0.0" asyncio = ">=3.4.3,<4.0" -langchain-community = "0.0.29" +langchain-community = "0.0.38" langchain-experimental = "0.0.55" backoff = "2.2.1" toml = "*"