Skip to content

Commit 519b92f

Browse files
julian-rischclaude
andauthored
build: exclude mistralai 2.4.6 from dependencies (#3305)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 18ee522 commit 519b92f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integrations/mistral/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
26-
dependencies = ["haystack-ai>=2.22.0", "mistralai>=2.0.0"]
26+
# 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"]
2728

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

0 commit comments

Comments
 (0)