From 14bfc5f9f477fcffff3f9aa564a864c5d5cd5300 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:30:14 -0800 Subject: [PATCH] langchain[patch]: Release 0.0.349 (#14570) --- 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 6e0f2a24b19..6387498bcd9 100644 --- a/libs/langchain/poetry.lock +++ b/libs/langchain/poetry.lock @@ -3447,7 +3447,7 @@ files = [ [[package]] name = "langchain-community" -version = "0.0.1-rc.2" +version = "0.0.1" description = "Community contributed LangChain integrations." optional = false python-versions = ">=3.8.1,<4.0" @@ -3457,7 +3457,7 @@ develop = true [package.dependencies] aiohttp = "^3.8.3" dataclasses-json = ">= 0.5.7, < 0.7" -langchain-core = ">=0.0.13-rc.2,<0.1" +langchain-core = ">=0.0.13,<0.1" langsmith = "~0.0.63" numpy = "^1" PyYAML = ">=5.3" @@ -3475,7 +3475,7 @@ url = "../community" [[package]] name = "langchain-core" -version = "0.0.13-rc.2" +version = "0.0.13" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -9103,4 +9103,4 @@ text-helpers = ["chardet"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "07297e86baac812299fd99f00e3e7e699f176eb6974608f285c8ca76f886299c" +content-hash = "ef04ae95bce50580df3bc8df24d6ab273c01f968622b4c85a89e6b4e64ac8cd1" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 10b381279a2..7bba73b4a18 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.349-rc.2" +version = "0.0.349" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -12,8 +12,8 @@ langchain-server = "langchain.server:main" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = { version = ">=0.0.13-rc.2,<0.1", allow-prereleases = true } -langchain-community = { version = ">=0.0.1-rc.2,<0.1", allow-prereleases = true } +langchain-core = ">=0.0.13,<0.1" +langchain-community = ">=0.0.1,<0.1" pydantic = ">=1,<3" SQLAlchemy = ">=1.4,<3" requests = "^2"