From 1f78d4faf4b0efd035ef85ada60388e4ca8b54f1 Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 6 Jan 2025 15:20:19 -0500 Subject: [PATCH] voyageai[patch]: release 0.1.4 (#29046) --- libs/partners/voyageai/poetry.lock | 6 +++--- libs/partners/voyageai/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/partners/voyageai/poetry.lock b/libs/partners/voyageai/poetry.lock index 8acd96b3ed1b4..73483f66fd34c 100644 --- a/libs/partners/voyageai/poetry.lock +++ b/libs/partners/voyageai/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -676,7 +676,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.25" +version = "0.3.29" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1905,4 +1905,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "e554f41a0c54d62654ba52624e92749d684ac6ef6483b5488c2c8810009e6fa9" +content-hash = "e1582b69124ba27255c851d955e40ebc8c7483543240843d276a933f10fe71c7" diff --git a/libs/partners/voyageai/pyproject.toml b/libs/partners/voyageai/pyproject.toml index f68f16826dd54..d59324931ec7a 100644 --- a/libs/partners/voyageai/pyproject.toml +++ b/libs/partners/voyageai/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-voyageai" -version = "0.1.3" +version = "0.1.4" description = "An integration package connecting VoyageAI and LangChain" authors = [] readme = "README.md" @@ -20,7 +20,7 @@ disallow_untyped_defs = "True" [tool.poetry.dependencies] python = ">=3.9,<3.13" -langchain-core = "^0.3.15" +langchain-core = "^0.3.29" voyageai = ">=0.3.2,<1" pydantic = ">=2,<3"