Change8

Migrating to AutoGen python-v0.7.3

Version python-v0.7.3 introduces 1 breaking change. This guide details how to update your code.

Released: 8/19/2025

1
Breaking Changes
1
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

NoOpTracerProviderRedisStoreOpenAIAgentpydantic.model

Breaking Changes

Issue #1

Task runner tools are now enforced as 'strict', which may affect tools that do not comply with strict JSON schema requirements.

Migration Steps

  1. 1
    Ensure all tools used with task runners are compatible with strict JSON schema mode.

Release Summary

Release 0.7.3 introduces support for GPT-5 model info, improves Pydantic model typing for anyOf/oneOf, and fixes serialization issues in RedisStore and OpenAIAgent tool schemas.

Need More Details?

View the full release notes and all changes for AutoGen python-v0.7.3.

View Full Changelog