Skip to content

Commit

Permalink
Update studio dep (#5062)
Browse files Browse the repository at this point in the history
* Update studio dep
  • Loading branch information
ekzhu authored Jan 15, 2025
1 parent ae98c9d commit dcaa6d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/packages/autogen-studio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ dependencies = [
"alembic",
"loguru",
"pyyaml",
"autogen-core==0.4.0",
"autogen-agentchat==0.4.0",
"autogen-ext[magentic-one, openai, azure]==0.4.0",
"autogen-core==0.4.2",
"autogen-agentchat==0.4.2",
"autogen-ext[magentic-one, openai, azure]==0.4.2",
"azure-identity"
]
optional-dependencies = {web = ["fastapi", "uvicorn"], database = ["psycopg"]}
Expand Down

0 comments on commit dcaa6d0

Please sign in to comment.