From d227e4a08e95b176c31053a06e694d27ab3b75c6 Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 20 Feb 2025 12:27:12 -0500 Subject: [PATCH] mistralai[patch]: release 0.2.7 (#29906) --- libs/partners/mistralai/pyproject.toml | 4 ++-- libs/partners/mistralai/uv.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/partners/mistralai/pyproject.toml b/libs/partners/mistralai/pyproject.toml index cfa2e4f3b9e..8612b46ebfc 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.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" diff --git a/libs/partners/mistralai/uv.lock b/libs/partners/mistralai/uv.lock index ca95243c123..f08be986c3e 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.35" +version = "0.3.37" source = { editable = "../../core" } dependencies = [ { name = "jsonpatch" }, @@ -364,7 +364,7 @@ dev = [ ] lint = [{ name = "ruff", specifier = ">=0.9.2,<1.0.0" }] test = [ - { name = "blockbuster", specifier = "~=1.5.11" }, + { name = "blockbuster", specifier = "~=1.5.18" }, { name = "freezegun", specifier = ">=1.2.2,<2.0.0" }, { name = "grandalf", specifier = ">=0.8,<1.0" }, { name = "langchain-tests", directory = "../../standard-tests" }, @@ -390,7 +390,7 @@ typing = [ [[package]] name = "langchain-mistralai" -version = "0.2.6" +version = "0.2.7" source = { editable = "." } dependencies = [ { name = "httpx" }, @@ -450,7 +450,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.11" +version = "0.3.12" source = { editable = "../../standard-tests" } dependencies = [ { name = "httpx" },