From d36413c821048bc7e028a776bebc2d2bf8c1689e Mon Sep 17 00:00:00 2001 From: ccurme Date: Fri, 24 Oct 2025 09:50:23 -0400 Subject: [PATCH] release(mistralai): 1.0.1 (#33657) --- libs/partners/mistralai/pyproject.toml | 2 +- libs/partners/mistralai/uv.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/partners/mistralai/pyproject.toml b/libs/partners/mistralai/pyproject.toml index 6771643c827..069ea54640a 100644 --- a/libs/partners/mistralai/pyproject.toml +++ b/libs/partners/mistralai/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pydantic>=2.0.0,<3.0.0", ] name = "langchain-mistralai" -version = "1.0.0" +version = "1.0.1" 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 77d06de8bc2..431588be339 100644 --- a/libs/partners/mistralai/uv.lock +++ b/libs/partners/mistralai/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.10.0, <4.0.0" resolution-markers = [ "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", @@ -349,7 +349,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "1.0.0" +version = "1.0.1" source = { editable = "../../core" } dependencies = [ { name = "jsonpatch" }, @@ -407,7 +407,7 @@ typing = [ [[package]] name = "langchain-mistralai" -version = "1.0.0" +version = "1.0.1" source = { editable = "." } dependencies = [ { name = "httpx" },