Skip to content

Commit

Permalink
Revert "Upgrade psycopg2 on Python 3 (#9590)" (#9835)
Browse files Browse the repository at this point in the history
This reverts commit ab277e4.
  • Loading branch information
mx-psi committed Aug 4, 2021
1 parent 70187e9 commit fa3a312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ ply==3.10
prometheus-client==0.9.0
protobuf==3.7.0
psutil==5.7.2
psycopg2-binary==2.8.6; python_version < "3.0"
psycopg2-binary==2.9.1; python_version > "3.0"
psycopg2-binary==2.8.6
pyasn1==0.4.6
pycryptodomex==3.10.1
pydantic==1.8.2; python_version > "3.0"
Expand Down
3 changes: 1 addition & 2 deletions postgres/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cachetools==3.1.1
psycopg2-binary==2.8.6; python_version < '3.0'
psycopg2-binary==2.9.1; python_version > '3.0'
psycopg2-binary==2.8.6
semver==2.9.0
futures==3.3.0; python_version < '3.0'

0 comments on commit fa3a312

Please sign in to comment.