Cap the version of the psycopg2-binary dependency for Postgres.

Review Request #11723 — Created July 15, 2021 and submitted

Information

Review Board
release-4.0.x

Reviewers

psycopg2-binary 2.9 introduced some changes that broke timezone
management on older versions of Django (2.2 and older). This includes
us, and is described at https://github.com/psycopg/psycopg2/issues/1293.

Official guidance is to pin the version, so to avoid customer issues,
our wrapper package now pins psycopg2-binary to <2.9.

Tested that installing ReviewBoard[postgres] installed the right package.

Verified the fix with a customer.

Summary ID
Cap the version of the psycopg2-binary dependency for Postgres.
`psycopg2-binary` 2.9 introduced some changes that broke timezone management on older versions of Django (2.2 and older). This includes us, and is described at https://github.com/psycopg/psycopg2/issues/1293. Official guidance is to pin the version, so to avoid customer issues, our wrapper package now pins `psycopg2-binary` to `<2.9`.
0056ae24d0702fd35567e008e8fa55caec91eef7
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (ea2b6eb)
Loading...