We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dc5b7 commit ab0d937Copy full SHA for ab0d937
1 file changed
integrations/mistral/pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
"Programming Language :: Python :: Implementation :: CPython",
23
"Programming Language :: Python :: Implementation :: PyPy",
24
]
25
-dependencies = ["haystack-ai>=2.22.0", "mistralai>=1.9.11"]
+dependencies = ["haystack-ai>=2.22.0", "mistralai>=1.9.11,<2.0.0"]
26
27
[project.urls]
28
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/mistral#readme"
0 commit comments