DropbaseHQ / dropbase

Dropbase helps developers build and prototype web apps faster with AI. Dropbase is local-first and self hosted.
https://www.dropbase.io/
Other
1.05k stars 26 forks source link

Fix urllib3 version #6

Closed khanh-dropbase closed 6 months ago

khanh-dropbase commented 6 months ago

urllib3 v2.0+ dropped support OpenSSL older than 1.1.1. However, this OpenSSL is still available on most of Amazon Linux image. This PR to set the latest stable v1 version of urllib3 to make the deployment script backwards compatible