Skip to content

Commit f8d84cd

Browse files
authored
Merge branch 'main' into fix-cohere-test
2 parents 23503d0 + 9b61a7c commit f8d84cd

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

integrations/mistral/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## [integrations/mistral-v1.0.0] - 2026-01-12
414

515
### ⚙️ CI

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)