From 10db0df2aef6e954bb6a41a3975e54402c5d0d19 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 21 Aug 2022 14:50:46 +0200 Subject: [PATCH] Update google-api-python-client dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 371a694..4eed0f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "1.0.0" dependencies = [ "yaboli @ git+https://github.com/Garmelon/yaboli.git@v1.2.0", "isodate >=0.6.1, <0.7.0", - "google-api-python-client ==1.7.11", + "google-api-python-client >=2.57.0, <3.0.0", ] [project.scripts]