From 6234821f97e2b1352a7dadb89e471d70e663265f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:37:53 +0000 Subject: [PATCH] build(deps): bump langchain-core from 0.3.21 to 0.3.22 Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.3.21 to 0.3.22. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.3.21...langchain-core==0.3.22) --- updated-dependencies: - dependency-name: langchain-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 30ced10..0053a7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cx_Freeze==7.2.6 defusedxml==0.7.1 -langchain_core==0.3.21 +langchain_core==0.3.22 langchain_openai==0.2.9 numpy==1.26.4 pandas==2.2.3 diff --git a/setup.py b/setup.py index a29b105..b465313 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ packages=find_packages(), install_requires=[ "defusedxml==0.7.1", - "langchain_core==0.3.21", + "langchain_core==0.3.22", "langchain_openai==0.2.9", "numpy==1.26.4", "pandas==2.2.3",