Dev-iL commented on code in PR #69526:
URL: https://github.com/apache/airflow/pull/69526#discussion_r3564418448
##########
providers/postgres/docs/changelog.rst:
##########
@@ -44,6 +44,17 @@ Breaking changes
``apache-airflow-providers-postgres[asyncpg]`` and set
``[database] sql_alchemy_conn_async = postgresql+asyncpg://...``
explicitly.
+.. note::
+ The default synchronous metadata-database driver is now ``psycopg``
(psycopg3), mirroring the
+ async default above. ``psycopg2-binary`` is no longer installed by
default; it moved from a hard
+ dependency to the new ``[psycopg2]`` optional extra.
Review Comment:
psycopg2-binary was kept as a required dep + note updated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]