mistral: release 0.2.9 (#30402)

This commit is contained in:
ccurme
2025-03-20 16:22:24 -04:00
committed by GitHub
parent 49466ec9ca
commit e194902994
2 changed files with 5 additions and 5 deletions

View File

@@ -7,14 +7,14 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.45",
"langchain-core<1.0.0,>=0.3.47",
"tokenizers<1,>=0.15.1",
"httpx<1,>=0.25.2",
"httpx-sse<1,>=0.3.1",
"pydantic<3,>=2",
]
name = "langchain-mistralai"
version = "0.2.8"
version = "0.2.9"
description = "An integration package connecting Mistral and LangChain"
readme = "README.md"