We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a342a7 + 1ac4c60 commit 2df94aeCopy full SHA for 2df94ae
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "contentctl"
3
4
-version = "5.5.5"
+version = "5.5.6"
5
6
description = "Splunk Content Control Tool"
7
authors = ["STRT <[email protected]>"]
@@ -28,7 +28,11 @@ semantic-version = "^2.10.0"
28
bottle = ">=0.12.25,<0.14.0"
29
tqdm = "^4.66.5"
30
pygit2 = "^1.15.1"
31
-tyro = "^0.9.2"
+#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"
36
gitpython = "^3.1.43"
37
setuptools = ">=69.5.1,<81.0.0"
38
rich = "^14.0.0"
0 commit comments