Skip to content

Commit ab0d937

Browse files
authored
Restrict dep (#2949)
1 parent b6dc5b7 commit ab0d937

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
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: Implementation :: CPython",
2323
"Programming Language :: Python :: Implementation :: PyPy",
2424
]
25-
dependencies = ["haystack-ai>=2.22.0", "mistralai>=1.9.11"]
25+
dependencies = ["haystack-ai>=2.22.0", "mistralai>=1.9.11,<2.0.0"]
2626

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

0 commit comments

Comments
 (0)