What's Changed
🆕 V2 Preparation (coming in June)
- Add
openai-chat:prefix and warn on bareopenai:which will switch to use the Responses API in v2 by @dsfaccini in #5334 - Deprecate
Agent(history_processors=)in favor ofcapabilities=[ProcessHistory(...)]by @dsfaccini in #5425 - Deprecate method-style
result.usage(),result.timestamp(),stream.get()in favor of property-styleresult.usage,result.timestamp,stream.responseby @dsfaccini in #5263 - Deprecate
AGUIApp,Agent.to_ag_ui(), andpydantic_ai.ag_uishim in favor ofAGUIAdapterby @dsfaccini in #5345 - Deprecate
OutlinesModelandOutlinesProviderby @DouweM in #5432
Full Changelog: v1.95.1...v1.96.0