From e19490299464aa9a167cb6e41d8ff31a0c4b5717 Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 20 Mar 2025 16:22:24 -0400 Subject: [PATCH] mistral: release 0.2.9 (#30402) --- libs/partners/mistralai/pyproject.toml | 4 ++-- libs/partners/mistralai/uv.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/partners/mistralai/pyproject.toml b/libs/partners/mistralai/pyproject.toml index 64a9bcad770..36e3c26cf9b 100644 --- a/libs/partners/mistralai/pyproject.toml +++ b/libs/partners/mistralai/pyproject.toml @@ -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" diff --git a/libs/partners/mistralai/uv.lock b/libs/partners/mistralai/uv.lock index e321679f6d9..e320388120b 100644 --- a/libs/partners/mistralai/uv.lock +++ b/libs/partners/mistralai/uv.lock @@ -332,7 +332,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.45rc1" +version = "0.3.47" source = { editable = "../../core" } dependencies = [ { name = "jsonpatch" }, @@ -390,7 +390,7 @@ typing = [ [[package]] name = "langchain-mistralai" -version = "0.2.8" +version = "0.2.9" source = { editable = "." } dependencies = [ { name = "httpx" }, @@ -450,7 +450,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.14" +version = "0.3.15" source = { editable = "../../standard-tests" } dependencies = [ { name = "httpx" },