-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Requirement: upgrade psycopg
to version 3.1.8 or higher
#10596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I took a look at the differences in https://www.psycopg.org/psycopg3/docs/basic/from_pg2.html and I didn't find anything that could affect us directly. So, I think we are good to move forward with this. |
Now we are on Django 4.2 we can use the latest version of psycopg. Closes #10596
Figure it out why New Relic agent is not compatible with |
|
New Relic people already merged the PR that implements support for psycopg3, so it may be included in the next release. After that, we will be able to upgrade to psycopg3. See newrelic/newrelic-python-agent#1155 |
Next release we will include NR 9.11.0 which includes support for psycopg3+, so we are ready to upgrade this package now. |
Django 4.2 supports a psycopg version 3.1.8 or higher. We should be able to upgrade once we are fully migrated.
Requires:
The text was updated successfully, but these errors were encountered: