From 4d8898632eeeea23fce6cd080e2f312b26a4b32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 10:58:04 +0000 Subject: [PATCH] chore(deps): update haystack-ai requirement in /integrations/mistral Updates the requirements on [haystack-ai](https://github.com/deepset-ai/haystack) to permit the latest version. - [Release notes](https://github.com/deepset-ai/haystack/releases) - [Commits](https://github.com/deepset-ai/haystack/compare/v2.22.0...v2.29.0) --- updated-dependencies: - dependency-name: haystack-ai dependency-version: 2.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integrations/mistral/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/mistral/pyproject.toml b/integrations/mistral/pyproject.toml index 8893ba0113..89caddfdb9 100644 --- a/integrations/mistral/pyproject.toml +++ b/integrations/mistral/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] # mistralai 2.4.6 is excluded because of security issue https://github.com/mistralai/client-python/security/advisories/GHSA-wx9m-wx4f-4cmg -dependencies = ["haystack-ai>=2.22.0", "mistralai>=2.0.0,!=2.4.6"] +dependencies = ["haystack-ai>=2.29.0", "mistralai>=2.0.0,!=2.4.6"] [project.urls] Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/mistral#readme"