Skip to content

Commit 1ac4c60

Browse files
authored
more context as to why we are pinned on
an older version of tyro at this time
1 parent 6205de9 commit 1ac4c60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ semantic-version = "^2.10.0"
2828
bottle = ">=0.12.25,<0.14.0"
2929
tqdm = "^4.66.5"
3030
pygit2 = "^1.15.1"
31+
#We are pinned to this version of tyro because 0.9.23 and above
32+
#have an issue when parsing an extremely large number of files
33+
#(in our testing great than 130) when using the mode:selected
34+
#--mode.files command.
3135
tyro = "^0.9.2,<0.9.23"
3236
gitpython = "^3.1.43"
3337
setuptools = ">=69.5.1,<81.0.0"

0 commit comments

Comments
 (0)