From d6a6e1b5655d798eff02dccd60302252399158a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Thu, 15 Sep 2022 12:41:13 +0200 Subject: [PATCH] chore: unpin google-api-core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- Debian/update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Debian/update.sh b/Debian/update.sh index 6398dd7e..655e981e 100755 --- a/Debian/update.sh +++ b/Debian/update.sh @@ -150,9 +150,6 @@ update_requirements() { # If there's a new version we need to recreate the requirements files echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in - # TODO: Remove once barman removes the `protobuf<3.18` requirement - echo "google-api-core <= 2.8.2" >> requirements.in - # This will take the requirements.in file and generate a file # requirements.txt with the hashes for the required packages pip-compile --generate-hashes 2> /dev/null