jscheffl commented on code in PR #64920:
URL: https://github.com/apache/airflow/pull/64920#discussion_r3054547517


##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -4413,7 +4413,10 @@ def check_release_files(
         missing_files = check_providers(files, release_date, packages)
         pips = [f"{name}=={ver}" for name, ver in packages]
         create_docker(
-            PROVIDERS_DOCKER.format("RUN uv pip install --pre --system " + " 
".join(f"'{p}'" for p in pips)),
+            PROVIDERS_DOCKER.format(
+                f"RUN uv pip install --pre --exclude-newer 
{datetime.now().isoformat()} --system "

Review Comment:
   Did not try it... but that would be much "safer" . so "just" the root 
pyproject.toml is needed in the working dir of the container? Will try it 
(tomorrow) (need to get to bed finally)



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