From c9577550e0fd42a5dd4ba4245935250b0f4c44ad Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Sat, 18 Jan 2025 01:31:20 -0800 Subject: [PATCH 1/2] Update autogen package --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f74fa7..bae01ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,11 +22,11 @@ pandas pika==1.3.2 pillow==10.3.0 poppler-utils==0.1.0 -pyautogen==0.2.29 +autogen-agentchat==0.2.29 pydub==0.25.1 PyMuPDF==1.24.5 pypdf==4.2.0 requests-cache retry-requests wikipedia==1.4.0 -yfinance \ No newline at end of file +yfinance From a78c279d65f879a5192a3afc51a0d9c51dfdf942 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Sat, 18 Jan 2025 01:38:40 -0800 Subject: [PATCH 2/2] Update autogen-agentchat version constraint --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bae01ec..4135356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pandas pika==1.3.2 pillow==10.3.0 poppler-utils==0.1.0 -autogen-agentchat==0.2.29 +autogen-agentchat~=0.2.0 pydub==0.25.1 PyMuPDF==1.24.5 pypdf==4.2.0