From b9d892ed56284fbebc4e500c449298124547ba1c Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 12 Nov 2024 09:26:45 -0800 Subject: [PATCH] community: release 0.2.19 (#28057) --- libs/community/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index eb7feeb3ef7bb..6e6df8adf9d94 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.18" +version = "0.2.19" description = "Community contributed LangChain integrations." authors = [] license = "MIT"