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 0bf6a5f + 98573b0 commit e3b0eeaCopy full SHA for e3b0eea
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "contentctl"
3
-version = "4.4.6"
+version = "4.4.7"
4
5
description = "Splunk Content Control Tool"
6
authors = ["STRT <[email protected]>"]
@@ -11,8 +11,9 @@ readme = "README.md"
11
contentctl = 'contentctl.contentctl:main'
12
13
[tool.poetry.dependencies]
14
+
15
python = "^3.11,<3.14"
-pydantic = "^2.8.2"
16
+pydantic = "~2.9.2"
17
PyYAML = "^6.0.2"
18
requests = "~2.32.3"
19
pycvesearch = "^1.2"
0 commit comments