Skip to content

Commit 6205de9

Browse files
authored
Update pyproject.toml
There is a bug in tyro v0.9.23 which prevents parsing a large list of files with the mode:selected --mode.files command. It errors out after parsing more than 530 files - but this is not an issue pre-v0.9.23. At this time, we just pin to that older version
1 parent 4a342a7 commit 6205de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 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 <research@splunk.com>"]
@@ -28,7 +28,7 @@ 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+
tyro = "^0.9.2,<0.9.23"
3232
gitpython = "^3.1.43"
3333
setuptools = ">=69.5.1,<81.0.0"
3434
rich = "^14.0.0"

0 commit comments

Comments
 (0)