We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ee522 commit 519b92fCopy full SHA for 519b92f
1 file changed
integrations/mistral/pyproject.toml
@@ -23,7 +23,8 @@ classifiers = [
23
"Programming Language :: Python :: Implementation :: CPython",
24
"Programming Language :: Python :: Implementation :: PyPy",
25
]
26
-dependencies = ["haystack-ai>=2.22.0", "mistralai>=2.0.0"]
+# 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"]
28
29
[project.urls]
30
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/mistral#readme"
0 commit comments