Skip to content

Commit

Permalink
Merge pull request #332 from splunk/pin_pydantic_bugfix
Browse files Browse the repository at this point in the history
Pin Pydantic to Resolve Contentctl Bug
  • Loading branch information
pyth0n1c authored Nov 21, 2024
2 parents bc2baac + 632b06c commit 98573b0
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 98573b0

Please sign in to comment.