Enable usage of newer psycopg2-binary packages for Postgres.

Review Request #12416 — Created June 24, 2022 and submitted

Information

Review Board
release-5.0.x

Reviewers

Now that we're on a modern version of Django, we no longer need to worry
about capping the version of the psycopg2-binary dependency for
Postgres. We previously needed to cap it in order to avoid a
compatibility issue with newer versions of the package and older
versions of Django.

This change removes the cap. At this point, any version installed is
considered fine for our needs.

Installed the package via ReviewBoard[postgres] successfully.

Summary ID
Enable usage of newer psycopg2-binary packages for Postgres.
Now that we're on a modern version of Django, we no longer need to worry about capping the version of the `psycopg2-binary` dependency for Postgres. We previously needed to cap it in order to avoid a compatibility issue with newer versions of the package and older versions of Django. This change removes the cap. At this point, any version installed is considered fine for our needs.
11c05ac942792b6c236cab5d55cdff2f4be6107f
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (af56dfa)
Loading...