mapbox / tilesets-cli

CLI for interacting with the Mapbox Tilesets API and Mapbox Tiling Service
https://docs.mapbox.com/mapbox-tiling-service
BSD 2-Clause "Simplified" License
125 stars 26 forks source link

Pin urllib3, bump requests and boto3 due to OpenSSL issue #175

Closed branyip closed 1 year ago

branyip commented 1 year ago

Travis hit a build error after #174 was merged into master. This error wasn't seen before in the feature branch, but appeared during the deploy step in master.

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2g 1 Mar 2016'. See: https://github.com/urllib3/urllib3/issues/2168