Skip to content

Commit

Permalink
Fix autogen versions in pyproject.toml file for studio
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Jan 13, 2025
1 parent 23c9b78 commit 3a0aede
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]==0.4.0",
"autogen-core>=0.4.0,<0.5.0",
"autogen-agentchat>=0.4.0,<0.5.0",
"autogen-ext[magentic-one]>=0.4.0,<0.5.0",
"azure-identity",
]
optional-dependencies = {web = ["fastapi", "uvicorn"], database = ["psycopg"]}
Expand Down

0 comments on commit 3a0aede

Please sign in to comment.