From dbcf815680812e1beee23e15c20f12a435ace47b Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Mon, 27 Jul 2026 13:57:21 -0700 Subject: [PATCH] fix: Depend on the `autogen` distribution instead of `ag2` for the AG2 integration. PiperOrigin-RevId: 954814300 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2056a0a371..2782259d3a 100644 --- a/setup.py +++ b/setup.py @@ -215,7 +215,7 @@ ) ag2_extra_require = [ - "ag2[gemini]", + "autogen[gemini] >= 0.14.1, < 1", "openinference-instrumentation-autogen >= 0.1.6, < 0.2", ]