Skip to content

Commit

Permalink
Fix magentic-one-cli version bound (#4972)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Jan 9, 2025
1 parent 388a402 commit 78ac9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/packages/magentic-one-cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-agentchat>=0.4.0<0.5",
"autogen-ext[openai,magentic-one]>=0.4.0<0.5",
"autogen-agentchat>=0.4.0,<0.5",
"autogen-ext[openai,magentic-one]>=0.4.0,<0.5",
]

[project.scripts]
Expand Down

0 comments on commit 78ac9f8

Please sign in to comment.