Skip to content

Commit 4d88986

Browse files
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](deepset-ai/haystack@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] <support@github.com>
1 parent ec7b468 commit 4d88986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/mistral/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
2626
# mistralai 2.4.6 is excluded because of security issue https://github.com/mistralai/client-python/security/advisories/GHSA-wx9m-wx4f-4cmg
27-
dependencies = ["haystack-ai>=2.22.0", "mistralai>=2.0.0,!=2.4.6"]
27+
dependencies = ["haystack-ai>=2.29.0", "mistralai>=2.0.0,!=2.4.6"]
2828

2929
[project.urls]
3030
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/mistral#readme"

0 commit comments

Comments
 (0)