From c2538e7834d7533b4c48153ee8c6f3e0666af154 Mon Sep 17 00:00:00 2001 From: ccurme Date: Fri, 2 Aug 2024 15:58:55 -0400 Subject: [PATCH] experimental[patch]: bump min versions of core and community (#24996) Ollama functions unit test broken with min version of community. --- libs/experimental/poetry.lock | 2 +- libs/experimental/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/experimental/poetry.lock b/libs/experimental/poetry.lock index 6d7787d850..9818dac403 100644 --- a/libs/experimental/poetry.lock +++ b/libs/experimental/poetry.lock @@ -3705,4 +3705,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "dec43275b986de6578d6cd1236d077a7c74441d172319762d452d6b4a5db094c" +content-hash = "8a8150b7a47f2b6d04f4c3136eb4d4b3d8f1a3acee783020a5778b376dcc4152" diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index eae3bdcc85..031034044c 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -22,8 +22,8 @@ exclude = [ "notebooks", "examples", "example_data",] [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.2.23" -langchain-community = "^0.2.6" +langchain-core = "^0.2.27" +langchain-community = "^0.2.10" [tool.ruff.lint] select = [ "E", "F", "I", "T201",]