Skip to content

Commit 632b06c

Browse files
committed
Pydantic 2.10 release causes an exception to be thrown in our codebase. resolving the exception may take some time, so we pin it for now to a working version.
1 parent bc2baac commit 632b06c

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,6 +1,6 @@
11
[tool.poetry]
22
name = "contentctl"
3-
version = "4.4.6"
3+
version = "4.4.7"
44

55
description = "Splunk Content Control Tool"
66
authors = ["STRT <[email protected]>"]
@@ -12,7 +12,7 @@ contentctl = 'contentctl.contentctl:main'
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.11,<3.13"
15-
pydantic = "^2.8.2"
15+
pydantic = "~2.9.2"
1616
PyYAML = "^6.0.2"
1717
requests = "~2.32.3"
1818
pycvesearch = "^1.2"

0 commit comments

Comments
 (0)