diff --git a/pyproject.toml b/pyproject.toml index 9858930a..170fc03b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.5.0, < 5", - "watchfiles >= 0.15.0, < 0.25.0", + "watchfiles >= 0.15.0, < 1.1.0", ] dynamic = ["version"]