From 036b96570aaac7ee8fff28aa546757e072de1938 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 20:09:12 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 8daea8c..9c78853 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -12,7 +12,7 @@ langchain-openai langchain-google-genai langchain-anthropic langchain-core -pyautogen>=0.2.0 +ag2>=0.2.0 pytest-asyncio>=0.21.0 httpx>=0.24.0 numpy>=1.24.0