From 842065a9cc321e04af6341daa5f0816e53180260 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:50:22 -0700 Subject: [PATCH] community[patch]: Release 0.2.9 (#24453) --- libs/community/poetry.lock | 4 ++-- libs/community/pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 44d37f0c6e83f..250b44c8c644d 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -2146,7 +2146,7 @@ url = "../langchain" [[package]] name = "langchain-core" -version = "0.2.20" +version = "0.2.22" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -5759,4 +5759,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "432e9be25dd09ad35f57892d2333931c22050152dab6c2f979f0933c7e3df5b0" +content-hash = "7755e46a5239dc88c52f49ac337d573090728fc8a3b1f3465fcd4a9f18c5aaec" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 49dac5f63aa94..5c358ccc8cc6b 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-community" -version = "0.2.8" +version = "0.2.9" description = "Community contributed LangChain integrations." authors = [] license = "MIT" @@ -26,7 +26,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.2.20" +langchain-core = "^0.2.22" langchain = "^0.2.9" SQLAlchemy = ">=1.4,<3" requests = "^2"