This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Moderate signalPydantic‑AI v1.94.0 adds the openai_chat_supports_multiple_system_messages profile flag and removes the mistralai dependency.
Why it matters: Plan a migration if your code relies on mistralai; test the new OpenAI profile flag in development environments before production use.
Summary
AI summaryRemoved mistralai dependency.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Added openai_chat_supports_multiple_system_messages profile flag Added openai_chat_supports_multiple_system_messages profile flag Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Deprecation | Medium |
Dropped mistralai dependency from pydantic-ai Dropped mistralai dependency from pydantic-ai Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
What's Changed
🚀 Features
- feat(openai): add
openai_chat_supports_multiple_system_messagesprofile flag by @DouweM in https://github.com/pydantic/pydantic-ai/pull/5375
📦 Dependencies
- Drop
mistralaias dependency frompydantic-aiby @Kludex in https://github.com/pydantic/pydantic-ai/pull/5384
Full Changelog: https://github.com/pydantic/pydantic-ai/compare/v1.93.0...v1.94.0
Breaking Changes
- Removed `mistralai` as a dependency from `pydantic-ai`.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v1.95.0 rename ‘built-in tools’ to ‘native tools’, deprecate old fields, register via capabilities=[NativeTool(...)]
Beta — feedback welcome: [email protected]