diff --git a/pyproject.toml b/pyproject.toml index 494b51a..5ae4eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,8 @@ maintainers = [ ] requires-python = ">=3.13" dependencies = [ - "aiohttp", - "mashumaro", + "aiohttp>=3.8.0", + "mashumaro>=3.14.0", ] [project.urls]