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
In the comments of that PR, we proposed to instead replace psycopg2 with psycopg-binary in requirements.txt and the dependencies of the postgresql extra. Doing so would make kinto builds even faster.
However, the psycopg2 documentation has some warnings about using psycopg2-binary in production.
TBD: which version of psycopg2 should we use in this repo?
The text was updated successfully, but these errors were encountered:
I'm opening this issues as a venue of discussion about whether we should replace
psycopg2
withpsycopg2-binary
in this repo.In #2942, we replaced
psycopg-binary
withpsycopg2
in requirements.txt, sincekinto[postgresql]
requirespsycopg2
specifically.In the comments of that PR, we proposed to instead replace
psycopg2
withpsycopg-binary
inrequirements.txt
and the dependencies of thepostgresql
extra. Doing so would makekinto
builds even faster.However, the
psycopg2
documentation has some warnings about usingpsycopg2-binary
in production.TBD: which version of
psycopg2
should we use in this repo?The text was updated successfully, but these errors were encountered: