release(mistralai): 0.2.12 (#33008)

This commit is contained in:
Mason Daugherty
2025-09-18 11:42:11 -04:00
committed by GitHub
parent 90280d1f58
commit f158cea1e8
2 changed files with 8 additions and 7 deletions

View File

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

View File

@@ -350,7 +350,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.75" version = "0.3.76"
source = { editable = "../../core" } source = { editable = "../../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@@ -401,14 +401,14 @@ test = [
test-integration = [] test-integration = []
typing = [ typing = [
{ name = "langchain-text-splitters", directory = "../../text-splitters" }, { name = "langchain-text-splitters", directory = "../../text-splitters" },
{ name = "mypy", specifier = ">=1.17.1,<1.18" }, { name = "mypy", specifier = ">=1.18.1,<1.19" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" }, { name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
{ name = "types-requests", specifier = ">=2.28.11.5,<3.0.0.0" }, { name = "types-requests", specifier = ">=2.28.11.5,<3.0.0.0" },
] ]
[[package]] [[package]]
name = "langchain-mistralai" name = "langchain-mistralai"
version = "0.2.11" version = "0.2.12"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "httpx" }, { name = "httpx" },
@@ -468,7 +468,7 @@ typing = [
[[package]] [[package]]
name = "langchain-tests" name = "langchain-tests"
version = "0.3.20" version = "0.3.21"
source = { editable = "../../standard-tests" } source = { editable = "../../standard-tests" }
dependencies = [ dependencies = [
{ name = "httpx" }, { name = "httpx" },
@@ -507,7 +507,8 @@ test = [{ name = "langchain-core", editable = "../../core" }]
test-integration = [] test-integration = []
typing = [ typing = [
{ name = "langchain-core", editable = "../../core" }, { name = "langchain-core", editable = "../../core" },
{ name = "mypy", specifier = ">=1.17.1,<2" }, { name = "mypy", specifier = ">=1.18.1,<1.19" },
{ name = "types-pyyaml", specifier = ">=6.0.12.2,<7.0.0.0" },
] ]
[[package]] [[package]]