mistral[patch]: release 0.2.5 (#29463)

This commit is contained in:
ccurme
2025-01-28 18:29:54 -05:00
committed by GitHub
parent ca9d4e4595
commit 585f467d4a
3 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-mistralai"
version = "0.2.4"
version = "0.2.5"
description = "An integration package connecting Mistral and LangChain"
authors = []
readme = "README.md"
@@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.27"
langchain-core = "^0.3.32"
tokenizers = ">=0.15.1,<1"
httpx = ">=0.25.2,<1"
httpx-sse = ">=0.3.1,<1"