diff --git a/pyproject.toml b/pyproject.toml index 6fbc924..206a381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Shivansh Saini "] license = "MIT" [tool.poetry.dependencies] -python = ">=3.8,<3.9" +python = ">=3.8" celery = {extras = ["sqs"], version = "5.3.0"} [tool.poetry.dev-dependencies]