diff --git a/pyproject.toml b/pyproject.toml index 59a720f6a..a46284273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "rich<14.0.0,>=13.7.1", "pydantic<3.0.0,>=2.9.2", "docstring-parser<1.0,>=0.16", - "plotly<6.0.0,>=5.24.0", + "plotly>=5.24.0,<7.0.0", "humanize<5.0.0,>=4.10.0", "pytest-snapshot>=0.9.0", "anthropic==0.23.1",