From c4eb841c373b3b930056a782002fd2b82633e581 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:44:01 -0700 Subject: [PATCH] langchain[patch]: Release 0.1.14 (#19839) --- libs/langchain/poetry.lock | 8 ++++---- libs/langchain/pyproject.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/langchain/poetry.lock b/libs/langchain/poetry.lock index 66499273b0f091..6fa66329e36b9b 100644 --- a/libs/langchain/poetry.lock +++ b/libs/langchain/poetry.lock @@ -3469,7 +3469,7 @@ files = [ [[package]] name = "langchain-community" -version = "0.0.29" +version = "0.0.30" description = "Community contributed LangChain integrations." optional = false python-versions = ">=3.8.1,<4.0" @@ -3479,7 +3479,7 @@ develop = true [package.dependencies] aiohttp = "^3.8.3" dataclasses-json = ">= 0.5.7, < 0.7" -langchain-core = "^0.1.33" +langchain-core = "^0.1.37" langsmith = "^0.1.0" numpy = "^1" PyYAML = ">=5.3" @@ -3497,7 +3497,7 @@ url = "../community" [[package]] name = "langchain-core" -version = "0.1.35" +version = "0.1.37" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -9411,4 +9411,4 @@ text-helpers = ["chardet"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "d005d6f8e57e6831bd8801f8556fab20af7853444021c5009abe3aa99057f78a" +content-hash = "d032ef20444c420c7b53af86704bddffe24705bd7c97644dd2e47c9a922dd154" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 8384232cc83f83..727fa3b03b0ae6 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.1.13" +version = "0.1.14" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -12,9 +12,9 @@ langchain-server = "langchain.server:main" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = "^0.1.33" +langchain-core = "^0.1.37" langchain-text-splitters = ">=0.0.1,<0.1" -langchain-community = ">=0.0.29,<0.1" +langchain-community = ">=0.0.30,<0.1" langsmith = "^0.1.17" pydantic = ">=1,<3" SQLAlchemy = ">=1.4,<3"