Lee-W commented on code in PR #71186:
URL: https://github.com/apache/airflow/pull/71186#discussion_r3756664500


##########
pyproject.toml:
##########
@@ -1561,6 +1561,14 @@ apache-airflow-task-sdk-integration-tests = false
 # Remove once the rolling window advances past 2026-07-15.
 pydantic-ai-skills = "2026-07-16T00:00:00Z"
 
+# Temporary: flit / flit-core 4.0.2 were published 2026-08-04, inside the "4 
days"
+# exclude-newer window. `flit build` has no PEP 517 isolation, so the 
installed flit_core
+# is the backend that builds every provider distribution - it has to be 
resolvable for the
+# 4.x adoption to take effect. Pins the per-package cutoff just past that 
release.
+# Remove once the rolling window advances past 2026-08-04.
+flit = "2026-08-05T00:00:00Z"
+flit-core = "2026-08-05T00:00:00Z"
+

Review Comment:
   ```suggestion
   ```
   
   It's Aug 11th now. I think we can remove it.



-- 
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]

Reply via email to