Skip to content

Commit ad241e5

Browse files
authored
fix: pin boto3 (#66)
Pin boto3 version to 1.35.99, version 1.36.0 of boto3 is affected by boto/boto3#4398. Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
1 parent 54b5f25 commit ad241e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PostGIS/update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ update_requirements() {
175175
barmanVersion=$(get_latest_barman_version)
176176
# If there's a new version we need to recreate the requirements files
177177
echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in
178+
echo "boto3 == 1.35.99" >> requirements.in
178179

179180
# This will take the requirements.in file and generate a file
180181
# requirements.txt with the hashes for the required packages

0 commit comments

Comments
 (0)