From 43f3d45b81dcd474b46c12e80032f16954417a55 Mon Sep 17 00:00:00 2001 From: Josh lloyd Date: Thu, 19 Oct 2023 14:50:43 -0600 Subject: [PATCH] removed max python version constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12500fe..0f673be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ repository = "https://github.com/Widen/tap-gainsightpx" readme = "README.md" [tool.poetry.dependencies] -python = ">=3.7.1,<3.12" +python = ">=3.7.1" requests = "^2.25.1" singer-sdk = "^0.13.0"