v1.10.0: Tokenizer v15, Reasoning Effort and Python 3.14
What's Changed
- Allow System Prompt with Audio for v13 by @juliendenize in https://github.com/mistralai/mistral-common/pull/184
- test_audio: Replace live network calls in test_from_url with mocked HTTP responses by @framsouza in https://github.com/mistralai/mistral-common/pull/188
- fix: typo in serve command help text by @framsouza in https://github.com/mistralai/mistral-common/pull/189
- Add Python 3.14 support by @juliendenize in https://github.com/mistralai/mistral-common/pull/195
- test: mock remaining network call in test_encode_invalid_audio_url_chunk by @abdelhadi703 in https://github.com/mistralai/mistral-common/pull/192
- [Speech Request] Add speech request by @patrickvonplaten in https://github.com/mistralai/mistral-common/pull/196
- Add strict function calling support by @juliendenize in https://github.com/mistralai/mistral-common/pull/197
- Add v15 by @juliendenize in https://github.com/mistralai/mistral-common/pull/199
- Version 1.10.0 by @juliendenize in https://github.com/mistralai/mistral-common/pull/200
New Contributors
- @framsouza made their first contribution in https://github.com/mistralai/mistral-common/pull/188
- @abdelhadi703 made their first contribution in https://github.com/mistralai/mistral-common/pull/192
Full Changelog: https://github.com/mistralai/mistral-common/compare/v1.9.1...v1.10.0