Skip to content

Commit dbcf815

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: Depend on the autogen distribution instead of ag2 for the AG2 integration.
PiperOrigin-RevId: 954814300
1 parent f93c455 commit dbcf815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
)
216216

217217
ag2_extra_require = [
218-
"ag2[gemini]",
218+
"autogen[gemini] >= 0.14.1, < 1",
219219
"openinference-instrumentation-autogen >= 0.1.6, < 0.2",
220220
]
221221

0 commit comments

Comments
 (0)