Change8

Migrating to AutoGen python-v0.4.8.2

Complete guide for upgrading to AutoGen python-v0.4.8.2.

Released: 3/7/2025

0
Breaking Changes
1
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

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

AzureAIChatCompletionClient.create_streamAzureAIChatCompletionClientweb_surfer

Migration Steps

  1. 1
    Ensure that close() is called on model client instances or managed via context managers to properly release resources upon program exit.

Release Summary

This patch release fixes a token limit issue in Azure AI streaming and introduces a close() method to model clients to resolve resource leaks and transport warnings.

Need More Details?

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

View Full Changelog