Dev-iL commented on code in PR #55370:
URL: https://github.com/apache/airflow/pull/55370#discussion_r2331074866
##########
providers/postgres/pyproject.toml:
##########
@@ -83,6 +83,9 @@ dependencies = [
"psycopg" = [
"psycopg[binary]>=3.2.9",
]
+"psycopg-c" = [
+ "psycopg[c]>=3.2.9",
+]
Review Comment:
As discussed, we'll revisit this PR if the issue this change is supposed to
prevent is reproduced in 3.1.
--
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]