Skip to content

Commit 2df94ae

Browse files
authored
Merge pull request #419 from splunk/narrow_tyro_version
Update pyproject.toml Given that this is a small change to fix a bug raised by another user, I am merged and releasing myself.
2 parents 4a342a7 + 1ac4c60 commit 2df94ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "contentctl"
33

4-
version = "5.5.5"
4+
version = "5.5.6"
55

66
description = "Splunk Content Control Tool"
77
authors = ["STRT <[email protected]>"]
@@ -28,7 +28,11 @@ semantic-version = "^2.10.0"
2828
bottle = ">=0.12.25,<0.14.0"
2929
tqdm = "^4.66.5"
3030
pygit2 = "^1.15.1"
31-
tyro = "^0.9.2"
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.
35+
tyro = "^0.9.2,<0.9.23"
3236
gitpython = "^3.1.43"
3337
setuptools = ">=69.5.1,<81.0.0"
3438
rich = "^14.0.0"

0 commit comments

Comments
 (0)