- Remove robust tool chunk stream handling - added in Haystack 2.10 (#1367)
- Docs: update changelog for integrations/mistral (#1362)
- Chore: remove
jsonschema
dependency fromdefault
environment (#1368)
- Replace DynamicChatPromptBuilder with ChatPromptBuilder (#940)
- Lints in
mistral-haystack
(#994)
- Do not retry tests in
hatch run test
command (#954)
- Retry tests to reduce flakyness (#836)
- Adopt uv as installer (#1142)
- Update ruff invocation to include check parameter (#853)
- Update ruff linting scripts and settings (#1105)
- Use text instead of content for ChatMessage in Llama.cpp, Langfuse and Mistral (#1238)
- Mistral - pin haystack-ai>=2.9.0 and simplify test (#1293)
- Chore: add license classifiers (#680)
- Chore: change the pydoc renderer class (#718)
- Ci: install
pytest-rerunfailures
where needed; add retry config totest-cov
script (#845) - Test: adapt Mistral to OpenAI refactoring (#1271)
- Adding tools to MistralChatGenerator - based on OpenAIChatGenerator (#1358)
- Fix order of API docs (#447)
- Fix
haystack-ai
pins (#649)
- Mistral: refactor tests (#487)
- Update category slug (#442)
- Disable-class-def (#556)
- Update docstrings (#497)
- Make tests show coverage (#566)
- Remove references to Python 3.7 (#601)
- Adding mistral generator and embedders (#409)