diff --git a/pyproject.toml b/pyproject.toml index ec64338..f7e83c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = [ license = "Apache 2.0" [tool.poetry.dependencies] -python = "<3.12,>=3.6.2" +python = "<3.11,>=3.6.2" requests = "^2.25.1" singer-sdk = "0.3.17"