⚙️Autogen version 0.2.0 includes a breaking change where code execution now happens inside a Docker container by default.
🛠️If you upgrade to Autogen 0.2.0 without updating your code, it may not work properly.
🐳Understanding how to use Docker is crucial for running upgraded code in Autogen 0.2.0.
💻If you don't want to use Docker, you can set the 'use Docker' property to false in the user proxy agent.
🔧To upgrade to Autogen 0.2.0, use the command 'pip install -U autogen' in your terminal.