diff --git a/pyproject.toml b/pyproject.toml index ca1726d8..81b638da 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,<0.10.0" gitpython = "^3.1.43" setuptools = ">=69.5.1,<81.0.0" rich = "^14.0.0"