From b9cea77be280379b8c8eda592fa645ae28948502 Mon Sep 17 00:00:00 2001 From: Eric Herde Date: Tue, 13 Feb 2024 16:49:23 -0800 Subject: [PATCH] update langchain --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bdf329..8f3e8fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,12 +13,12 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ - "llama-index>=0.8.20,<0.9", + "llama-index>=0.9.14", "chromadb>=0.4.8,<0.5", "tree-sitter-languages>=1.7.0,<1.8", "tree-sitter>=0.20.2,<0.21", "tiktoken>=0.4.0,<0.5", - "langchain>=0.0.325", + "langchain>=0.0.354", "watchdog>=2.3.1,<2.4", "nltk>=3.8.1,<3.9", ]