You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The earier supported version of psycopg2 is 2.7, which means that the
checks for this version can be removed. Moreover, the parse_dsn method
is already available on this version so we can use that instead of a
custom implementation.
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
0 commit comments