Skip to content

Commit

Permalink
fix: set pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsarr[bot] committed Jul 21, 2023
1 parent d06fd62 commit 908b230
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
Expand Up @@ -4,10 +4,10 @@
name = "prowlarr-py"
version = "0.4.0"
dependencies = [
"urllib3 >= 1.25.3",
"urllib3>=1.25.3",
"python-dateutil",
"requests>=2.28.1",
"pydantic>=1.10.2",
"pydantic~=1.10.11",
"aenum"
]
description = "Prowlarr API wrapper"
Expand Down

0 comments on commit 908b230

Please sign in to comment.