diff --git a/pyproject.toml b/pyproject.toml index d7d3d732..6565b9a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [ license = { text = "GPL-3.0 License" } requires-python = "<4.0.0,>=3.8.1" dependencies = [ - "textual==0.80.0", + "textual==1.0.0", ] name = "recoverpy" version = "2.1.9"