diff --git a/pyproject.toml b/pyproject.toml index 7df169d..c119654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "textual ~= 0.2.1", + "textual >= 0.2.1,< 0.14.0", ] dynamic = ["version"]