Update studio dep to use version bound (#5063)

This commit is contained in:
Eric Zhu 2025-01-15 09:26:38 -08:00 committed by GitHub
parent dcaa6d0110
commit c5ca53de5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ dependencies = [
"alembic",
"loguru",
"pyyaml",
"autogen-core==0.4.2",
"autogen-agentchat==0.4.2",
"autogen-core>=0.4.2,<0.5",
"autogen-agentchat>=0.4.2,<0.5",
"autogen-ext[magentic-one, openai, azure]==0.4.2",
"azure-identity"
]