From 67b3a211e0e8a9810297c0d08b09139d215104d5 Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Mon, 3 Apr 2023 10:59:11 -0400 Subject: [PATCH] match python version with SDK --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"