Skip to content

Commit a3f188c

Browse files
Update tyro requirement from ^0.9.2,<0.9.23 to >=0.9.2,<1.1.0
Updates the requirements on [tyro](https://github.com/brentyi/tyro) to permit the latest version. - [Release notes](https://github.com/brentyi/tyro/releases) - [Commits](brentyi/tyro@v0.9.2...v1.0.0) --- updated-dependencies: - dependency-name: tyro dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c8fa26 commit a3f188c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pygit2 = "^1.15.1"
3232
#have an issue when parsing an extremely large number of files
3333
#(in our testing great than 130) when using the mode:selected
3434
#--mode.files command.
35-
tyro = "^0.9.2,<0.9.23"
35+
tyro = ">=0.9.2,<1.1.0"
3636
gitpython = "^3.1.43"
3737
setuptools = ">=80.9.0"
3838
rich = "^14.0.0"

0 commit comments

Comments
 (0)