mistralai: release 0.2.10 (#30526)

This commit is contained in:
ccurme 2025-03-27 12:01:40 -04:00 committed by GitHub
parent 63673b765b
commit 05482877be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.47",
"langchain-core<1.0.0,>=0.3.49",
"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.9"
version = "0.2.10"
description = "An integration package connecting Mistral and LangChain"
readme = "README.md"

View File

@ -332,7 +332,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.47"
version = "0.3.49"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -390,7 +390,7 @@ typing = [
[[package]]
name = "langchain-mistralai"
version = "0.2.9"
version = "0.2.10"
source = { editable = "." }
dependencies = [
{ name = "httpx" },
@ -450,7 +450,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "0.3.15"
version = "0.3.17"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },