diff --git a/pyproject.toml b/pyproject.toml index 96d6f3b..13e60c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] beautifulsoup4 = "^4.12.2" dacite = "^1.8.1" -ipython = "^8.16.0" +ipython = "^9.0.0" jsonc-parser = "^1.1.5" pyautogen = { git = "https://github.com/microsoft/autogen" } python = "^3.10"