diff --git a/pyproject.toml b/pyproject.toml index 594e6bc..e41040d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ requires-python = ">=3.10" readme = "README.md" dependencies = [ - "peewee>=4,<4.4", + "peewee>=4,<4.5", "typing-extensions>=4.12.2" ]