mistralai[patch]: release 0.2.7 (#29906)

This commit is contained in:
ccurme
2025-02-20 12:27:12 -05:00
committed by GitHub
parent d8bab89e6e
commit d227e4a08e
2 changed files with 6 additions and 6 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.33",
"langchain-core<1.0.0,>=0.3.37",
"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.6"
version = "0.2.7"
description = "An integration package connecting Mistral and LangChain"
readme = "README.md"