We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23503d0 + 9b61a7c commit f8d84cdCopy full SHA for f8d84cd
2 files changed
integrations/mistral/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [integrations/mistral-v1.0.1] - 2026-03-11
4
+
5
+### 📚 Documentation
6
7
+- Simplify pydoc configs (#2855)
8
9
+### 🌀 Miscellaneous
10
11
+- Fix: Pin mistralai dep to be `<2.0.0` (#2949)
12
13
## [integrations/mistral-v1.0.0] - 2026-01-12
14
15
### ⚙️ CI
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