potiuk commented on code in PR #64920:
URL: https://github.com/apache/airflow/pull/64920#discussion_r3054432024
##########
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:
Actually just copying pyproject.toml to inside the docker should fis the
issue (and in a safer way)
--
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]