Open palerdot opened 2 years ago
Users can manually do
{:connection, "~> 1.1", override: true},
but as the version changes becomes incompatible (like major version), this is not possible as a workaround (as the users will not know if the version they are overriding is compatible). So please consider upgrading new version whenever sonix
dependencies are updated.
A new version of
connection
is releasedv1.1.0
- https://hex.pm/packages/connection. The Sonix package pins theconnection
dependency to~> 1.0.4
which makes it impossible to use this library with modernpostgrex
versions.Please release a new version with updated
connection
version string.