Skip to content

Commit

Permalink
Pin psycopg2 to < 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
David Davis authored and bmbouter committed Jun 22, 2021
1 parent aadd9b7 commit a756179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES/8926.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Pinning to psycopg2 < 2.9 as psycopg 2.9 doesn't work with django 2.2. More info at
https://github.com/django/django/commit/837ffcfa681d0f65f444d881ee3d69aec23770be.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dynaconf~=3.1.4
gunicorn~=20.1.0
jinja2
pygtrie~=2.4.2
psycopg2>=2.7,<2.10
psycopg2>=2.7,<2.9 # pin to < 2.9 until django 3
PyYAML>=5.1.1,<5.5.0
python-gnupg~=0.4.7
redis>=3.4.0
Expand Down

0 comments on commit a756179

Please sign in to comment.