chore: unpin google-api-core

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
Niccolò Fei
2022-09-15 12:41:13 +02:00
parent 501132bf2a
commit d6a6e1b565

View File

@@ -150,9 +150,6 @@ update_requirements() {
# If there's a new version we need to recreate the requirements files # If there's a new version we need to recreate the requirements files
echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in 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 # This will take the requirements.in file and generate a file
# requirements.txt with the hashes for the required packages # requirements.txt with the hashes for the required packages
pip-compile --generate-hashes 2> /dev/null pip-compile --generate-hashes 2> /dev/null