Skip to content

Commit

Permalink
fix urllib issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Jan 21, 2024
1 parent 5b2c3a1 commit c370618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ postgres = [ "psycopg2-binary" ]
# All extra dependencies
extra = [
"boto3",
"urllib3 < 2", # boto3 requires urllib3 < 2
"google-cloud-storage",
"pymysql",
"psycopg2-binary",
Expand Down

0 comments on commit c370618

Please sign in to comment.