eladkal commented on code in PR #68400: URL: https://github.com/apache/airflow/pull/68400#discussion_r3412827185
########## pyproject.toml: ########## @@ -1551,6 +1551,10 @@ apache-airflow-task-sdk-integration-tests = false # this override is redundant and should be deleted along with the line below. google-cloud-aiplatform = "4 hours" +# REMOVE BY 2026-06-15 — once 1.3.0 is older than the global 4-day cooldown. +# 1.3.0 fixes AttributeError in Cursor.executemany when rows are tuples (PEP 249 sequences). +clickhouse-connect = false + Review Comment: I don't think we need that any more -- 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]
