Skip to content

Commit

Permalink
refactor: change color fields to use Pydantic Color type
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Dec 31, 2024
1 parent 8f510d0 commit 2ccc62e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 253 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet :: WWW/HTTP",
]
dependencies = ["aiohttp>=3.11.11,<4.0", "pydantic>2.0,<3.0"]
dependencies = [
"aiohttp>=3.11.11,<4.0",
"pydantic>2.0,<3.0",
"pydantic-extra-types>=2.10.1,<3.0",
]
dynamic = ["version"]

[dependency-groups]
Expand Down
Loading

0 comments on commit 2ccc62e

Please sign in to comment.