From 52dc10d6912b74897ca5d62c55aa4ddd0b5fb333 Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Wed, 27 Mar 2024 10:02:49 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4be77d..68aea19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "tap-zohosprints" -version = "0.0.4" +version = "0.0.5" description = "`tap-zohosprints` is a Singer tap for ZohoSprints, built with the Meltano SDK for Singer Taps." authors = ["AutoIDM"] license = "Apache 2.0" [tool.poetry.dependencies] -python = "<=3.10,>=3.6.2" +python = ">=3.8.1" requests = "^2.25.1" singer-sdk = "0.3.17"