django-lms
django-lms copied to clipboard
Requirements: psycopg2-binary to psycopg-binary
Hello. As Psycopg2 will soon be deprecated, should we switch to using Psycopg3 (AKA Psycopg)?
https://pypi.org/project/psycopg-binary/
Hi, we're now using psycopg2 instead of psycopg-binary on both development and production environment
Can you provide a link related to the deprecation of psycopg2
Yes, the mention of psycopg2 to be most likely deprecated soon is mentioned on this page of Django release notes. https://django.readthedocs.io/en/stable/releases/4.2.html
I see, thanks and we'll consider upgrading to Psycopg-3
I would be happy to work on changing this if this is something you would like to do. I am new to contributing, so I am trying to learn with projects like Django that I am familiar with. Thank you for considering!
For the project to run at first glance we don't need psycopg2 anymore