diff --git a/pyproject.toml b/pyproject.toml index 9f742634..b75f8558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pygit2 = "^1.15.1" #have an issue when parsing an extremely large number of files #(in our testing great than 130) when using the mode:selected #--mode.files command. -tyro = "^0.9.2,<0.9.23" +tyro = ">=0.9.2,<1.1.0" gitpython = "^3.1.43" setuptools = ">=80.9.0" rich = "^14.0.0"