From db6bf8b022c17353b46f97ab3b9f44ff9e88a488 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:13:29 -0800 Subject: [PATCH] langchain[patch]: Release 0.0.347 (#14368) --- libs/langchain/poetry.lock | 4 ++-- libs/langchain/pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/langchain/poetry.lock b/libs/langchain/poetry.lock index 2cea6b5ddd801..b280b096bf66d 100644 --- a/libs/langchain/poetry.lock +++ b/libs/langchain/poetry.lock @@ -4286,7 +4286,7 @@ tests = ["pandas (>=1.4)", "pytest", "pytest-asyncio", "pytest-mock"] [[package]] name = "langchain-core" -version = "0.0.10" +version = "0.0.11" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -11519,4 +11519,4 @@ text-helpers = ["chardet"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "ffccc36a82a8a31fb7b1e3a4d9a024093dfaf25b6115a7c8a1fcbce9d1bb726b" +content-hash = "e1bf5b9a8cdfa1f5f57401a618fdadd806617a2a3c40c38d3ff377bde0774d83" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index fd27a8f4e8c1b..c86eb61dd6de7 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.346" +version = "0.0.347" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -12,7 +12,7 @@ langchain-server = "langchain.server:main" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = ">=0.0.10,<0.1" +langchain-core = ">=0.0.11,<0.1" pydantic = ">=1,<3" SQLAlchemy = ">=1.4,<3" requests = "^2"