voyageai[patch]: release 0.1.4 (#29046)

This commit is contained in:
ccurme 2025-01-06 15:20:19 -05:00 committed by GitHub
parent 6a152ce245
commit 1f78d4faf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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"