diff --git a/pyproject.toml b/pyproject.toml index 65f145f..fb46525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ packages = [{include = "novelai_api"}] "Bug Tracker" = "https://github.com/Aedial/novelai-api/issues" [tool.poetry.dependencies] -python = ">=3.7.2,<3.12" +python = "^3.7.2" aiohttp = {extras = ["speedups"], version = "^3.8.3"} argon2-cffi = "^21.3.0" PyNaCl = "^1.5.0"