From da5f22e598f0655dd86101d7fed0b6267f9f9620 Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Tue, 23 Apr 2024 16:16:00 -0400 Subject: [PATCH] update langchain-core minimum version to 0.1.27 for document compressor support required by new reranking feature --- libs/ai-endpoints/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ai-endpoints/pyproject.toml b/libs/ai-endpoints/pyproject.toml index 2b445887..8a98419c 100644 --- a/libs/ai-endpoints/pyproject.toml +++ b/libs/ai-endpoints/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.1.5" +langchain-core = "^0.1.27" aiohttp = "^3.9.1" pillow = ">=10.0.0,<11.0.0"