From f6ad54e690ecbfa67e6a697a981fecc5aabd0465 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 21:56:03 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- 38-AI-Agentic-Design-Patterns-with-AutoGen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/38-AI-Agentic-Design-Patterns-with-AutoGen/requirements.txt b/38-AI-Agentic-Design-Patterns-with-AutoGen/requirements.txt index 2052d81f1..d7a4d44ef 100644 --- a/38-AI-Agentic-Design-Patterns-with-AutoGen/requirements.txt +++ b/38-AI-Agentic-Design-Patterns-with-AutoGen/requirements.txt @@ -1,5 +1,5 @@ python-dotenv==1.0.1 -pyautogen==0.2.25 +ag2==0.2.25 chess==1.10.0 matplotlib==3.9.1 yfinance==0.2.41