From 52114bdfaca706f006eabcef5782017c309eb44a Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 16 Jan 2024 06:25:28 -0800 Subject: [PATCH] community[patch]: release 0.0.13 (#16087) --- 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 db439c02327..b56f0701c6a 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -3881,7 +3881,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.9" +version = "0.1.10" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 3c92ca76ff7..c7b01b6217c 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.12" +version = "0.0.13" description = "Community contributed LangChain integrations." authors = [] license = "MIT"