benoitc / hackney

simple HTTP client in Erlang
Other
1.34k stars 427 forks source link

Bump certifi to 2.5.2 #622

Closed anthonator closed 4 years ago

anthonator commented 4 years ago

Any reason certifi needs to be pegged to a specific version?

benoitc commented 4 years ago

yes there may be some incompatibilities. New major version allows live update of certificates which ill remove the need to bump certifi or hackney.

benoitc commented 4 years ago

thanks for the patch!

ericmj commented 4 years ago

You can set the version requirement to ~> 2.5 so that users can get the latest version until the next major.

benoitc commented 4 years ago

You can set the version requirement to ~> 2.5 so that users can get the latest version until the next major.

true. I will edit the config file for that. Thanks for the heads up :)