From e068407f1853770e6fdc02c1a2091854326d95c2 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 25 Sep 2024 12:57:16 -0700 Subject: [PATCH] community: bump core versoin (#26875) --- libs/community/poetry.lock | 2 +- libs/community/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 826a1a69640..3e91de35943 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -4415,4 +4415,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "d4ddaa606dc1af15b47b534482210ad687c8b96c816cb7ab13fa77d184514435" +content-hash = "8a1646264eb4ac81b539444fd0414d1402e98fa8cf3428d99da1c5d4831d984a" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 0445134defc..810d1e0641d 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -33,7 +33,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy [tool.poetry.dependencies] python = ">=3.9,<4.0" -langchain-core = "^0.3.0" +langchain-core = "^0.3.6" langchain = "^0.3.0" SQLAlchemy = ">=1.4,<3" requests = "^2"