From 1fd1ac8e957d5c60e96182fe7557069903a576b5 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 1 Mar 2024 16:56:04 -0800 Subject: [PATCH] community[patch]: release 0.0.25 (#18408) --- libs/community/poetry.lock | 2 +- libs/community/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 65f71afa7b57b..c1f0c0877fbf8 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -9181,4 +9181,4 @@ extended-testing = ["aiosqlite", "aleph-alpha-client", "anthropic", "arxiv", "as [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "7af07f4d9c43d4bc23fe11776bc1afd9874f6c3696bffb063b6453e9862dc4df" +content-hash = "d64381a1891a09e6215818c25ba7ca7b14a8708351695feab9ae53f4485f3b3e" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 09a26f9511355..40f3163bf4133 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.24" +version = "0.0.25" description = "Community contributed LangChain integrations." authors = [] license = "MIT" @@ -9,7 +9,7 @@ repository = "https://github.com/langchain-ai/langchain" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = ">=0.1.26,<0.2" +langchain-core = "^0.1.28" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"