diff --git a/pyproject.toml b/pyproject.toml index 6fa8cb9..0b6f48c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] dependencies = [ - "PySide6>=6.8,<=6.9.0", + "PySide6>=6.8", "qtpy~=2.4", "python-lsp-server[all,websockets] ~= 1.12", ]