Skip to content

Commit

Permalink
fix: pin boto3 (#66)
Browse files Browse the repository at this point in the history
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. <[email protected]>
  • Loading branch information
sxd authored Jan 24, 2025
1 parent 54b5f25 commit ad241e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PostGIS/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ update_requirements() {
barmanVersion=$(get_latest_barman_version)
# If there's a new version we need to recreate the requirements files
echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in
echo "boto3 == 1.35.99" >> requirements.in

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

0 comments on commit ad241e5

Please sign in to comment.