Skip to content

Commit

Permalink
Pydantic 2.10 release causes an exception to be thrown in our codebas…
Browse files Browse the repository at this point in the history
…e. resolving the exception may take some time, so we pin it for now to a working version.
  • Loading branch information
pyth0n1c committed Nov 21, 2024
1 parent bc2baac commit 632b06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contentctl"
version = "4.4.6"
version = "4.4.7"

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

[tool.poetry.dependencies]
python = "^3.11,<3.13"
pydantic = "^2.8.2"
pydantic = "~2.9.2"
PyYAML = "^6.0.2"
requests = "~2.32.3"
pycvesearch = "^1.2"
Expand Down

0 comments on commit 632b06c

Please sign in to comment.