mistralai/mistral-common v1.11.6
mistralai/mistral-common
Captured source
source ↗published Jul 17, 2026seen 1wcaptured 1whttp 200method plain
v1.11.6: Fixes and patch grammar selector
Repository: mistralai/mistral-common
Tag: v1.11.6
Published: 2026-07-17T13:58:13Z
Prerelease: no
Release notes:
What's Changed
- Raise ValueError instead of ValidationError in audio chunk validators by @sarathfrancis90 in https://github.com/mistralai/mistral-common/pull/255
- Reject AudioConfig with sampling_rate < frame_rate instead of a later ZeroDivisionError by @CharlesCNorton in https://github.com/mistralai/mistral-common/pull/253
- Decode normal tokens under SpecialTokenPolicy.RAISE in SentencePiece by @sarathfrancis90 in https://github.com/mistralai/mistral-common/pull/256
- Auto-select grammar variant from tokenizer by @juliendenize in https://github.com/mistralai/mistral-common/pull/260
- Fix seed field not bridged in SpeechRequest OpenAI conversion by @winklemad in https://github.com/mistralai/mistral-common/pull/262
- Restore deprecated reasoning parameter in select_jinja_template by @juliendenize in https://github.com/mistralai/mistral-common/pull/266
- Bump version to 1.11.6 by @juliendenize in https://github.com/mistralai/mistral-common/pull/267
New Contributors
- @winklemad made their first contribution in https://github.com/mistralai/mistral-common/pull/262
Full Changelog: https://github.com/mistralai/mistral-common/compare/v1.11.5...v1.11.6