ashb commented on code in PR #55370:
URL: https://github.com/apache/airflow/pull/55370#discussion_r2330292993


##########
providers/postgres/pyproject.toml:
##########
@@ -83,6 +83,9 @@ dependencies = [
 "psycopg" = [
     "psycopg[binary]>=3.2.9",
 ]
+"psycopg-c" = [
+    "psycopg[c]>=3.2.9",
+]

Review Comment:
   (I don't like the proliferation of extras, it causes regular headaches for 
us, and is difficult to remove in the future. We rarely do.)



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to