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 b8b5c2d + 1903d06 commit bc2baacCopy full SHA for bc2baac
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "contentctl"
3
-version = "4.4.5"
+version = "4.4.6"
4
5
description = "Splunk Content Control Tool"
6
authors = ["STRT <[email protected]>"]
@@ -11,7 +11,7 @@ readme = "README.md"
11
contentctl = 'contentctl.contentctl:main'
12
13
[tool.poetry.dependencies]
14
-python = "^3.11"
+python = "^3.11,<3.13"
15
pydantic = "^2.8.2"
16
PyYAML = "^6.0.2"
17
requests = "~2.32.3"
0 commit comments