Skip to content

Commit

Permalink
Update autogen dependencies to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu authored Jan 13, 2025
1 parent 02dccb1 commit e1e8592
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,<0.5.0",
"autogen-agentchat>=0.4.0,<0.5.0",
"autogen-ext[magentic-one, openai, azure]>=0.4.0,<0.5.0",
"autogen-core>=0.4.1,<0.5.0",
"autogen-agentchat>=0.4.1,<0.5.0",
"autogen-ext[magentic-one, openai, azure]>=0.4.1,<0.5.0",
"azure-identity",
]
optional-dependencies = {web = ["fastapi", "uvicorn"], database = ["psycopg"]}
Expand Down

0 comments on commit e1e8592

Please sign in to comment.