From 0c455b777fb766aa3fdd4c09a2f3eecfd30cabc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:27:48 +0000 Subject: [PATCH] fix(chat-pdf): update dependency langchain-community to v0.2.13 (#18984) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../hm-langchain/applications/chat-pdf/poetry.lock | 12 ++++++------ .../applications/chat-pdf/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/machine-learning/hm-langchain/applications/chat-pdf/poetry.lock b/machine-learning/hm-langchain/applications/chat-pdf/poetry.lock index 1696178a50..cbec091b0e 100644 --- a/machine-learning/hm-langchain/applications/chat-pdf/poetry.lock +++ b/machine-learning/hm-langchain/applications/chat-pdf/poetry.lock @@ -1284,20 +1284,20 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0" [[package]] name = "langchain-community" -version = "0.2.12" +version = "0.2.13" description = "Community contributed LangChain integrations." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_community-0.2.12-py3-none-any.whl", hash = "sha256:50e74473dd2309bdef561760afbbf0c5ea17ed91fc4dfa0d52279dd16d6d34e0"}, - {file = "langchain_community-0.2.12.tar.gz", hash = "sha256:d671cfc6a4f3b65f49a2e59ab420d0164f109d0a56fc4b4996518205c63b8c7e"}, + {file = "langchain_community-0.2.13-py3-none-any.whl", hash = "sha256:37fb1944f17b373e7c5bbc4398c3140ee65a135a4627b7b9120bd308163b9175"}, + {file = "langchain_community-0.2.13.tar.gz", hash = "sha256:493f5f9087b657d8f1dfd4c25169db9ecab9f96916c2845ed92babe57e1f6cda"}, ] [package.dependencies] aiohttp = ">=3.8.3,<4.0.0" dataclasses-json = ">=0.5.7,<0.7" -langchain = ">=0.2.13,<0.3.0" -langchain-core = ">=0.2.30,<0.3.0" +langchain = ">=0.2.15,<0.3.0" +langchain-core = ">=0.2.35,<0.3.0" langsmith = ">=0.1.0,<0.2.0" numpy = {version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""} PyYAML = ">=5.3" @@ -3367,4 +3367,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "3.12.x" -content-hash = "6d218fc31264234ddaa162c66cf5fa627a50aa5dce7827ec840f3945b567ea09" +content-hash = "9af91e26aec5bc5c78d0a863b33ed38d0afdb2421da8ba25461828ef792a0924" diff --git a/machine-learning/hm-langchain/applications/chat-pdf/pyproject.toml b/machine-learning/hm-langchain/applications/chat-pdf/pyproject.toml index c151947f33..b54b019407 100644 --- a/machine-learning/hm-langchain/applications/chat-pdf/pyproject.toml +++ b/machine-learning/hm-langchain/applications/chat-pdf/pyproject.toml @@ -6,7 +6,7 @@ python = "3.12.x" chromadb = "0.5.5" gpt4all = "2.8.2" langchain = "0.2.15" -langchain-community = "0.2.12" +langchain-community = "0.2.13" langchain-text-splitters = "0.2.2" pypdf = "4.3.1"