langchain-mistralai==1.0.0
Breaking Changes📦 langchainView on GitHub →
⚠ 1 breaking✨ 4 features🐛 3 fixes🔧 2 symbols
Summary
Major 1.0.0 release for langchain-mistralai, introducing support for reasoning features and v1 content while migrating the build system to Hatchling.
⚠️ Breaking Changes
- Major version bump to 1.0.0. While specific breaking API changes are not detailed, the transition from PDM to Hatchling as a build backend and the standardization of documentation/references may affect build workflows.
Migration Steps
- Update build tooling if necessary to support the switch from PDM to Hatchling.
- Review code for any reliance on internal reference structures that were standardized in this release.
✨ New Features
- Support for Mistral AI reasoning features.
- Support for v1 content format.
- Support for Python 3.14.
- Updated package READMEs and documentation for v1 release.
🐛 Bug Fixes
- Fixed HTTP error handling in async embed documents.
- Fixed Sphinx double-backtick snippet syntax and documentation references.
- Addressed linting and style issues across the monorepo.
🔧 Affected Symbols
ChatMistralAIMistralAIEmbeddings