From 4cbfeeb1c2d7e8aee4781bbfbf62faec6e0489a1 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:41:18 -0800 Subject: [PATCH] community[patch]: Release 0.0.26 (#18683) --- 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 41b38013664..cb2479d1f99 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 = "d110eaaa4ecba8f6ed7faa2577b058c1f7c74171a6dbc53bc880f3c8598fc34b" +content-hash = "04a08fbbbd06562cc5e86a43ec58c98c204bb40fb7ba8983064c33120675e232" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index b1ed9e7aeaa..dc0097afd26 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.25" +version = "0.0.26" 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.28" +langchain-core = "^0.1.29" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"