potiuk commented on a change in pull request #22344:
URL: https://github.com/apache/airflow/pull/22344#discussion_r839405935
##########
File path: dev/breeze/src/airflow_breeze/breeze.py
##########
@@ -302,7 +303,8 @@ def build_ci_image(
build_cache: Optional[str],
platform: Optional[str],
debian_version: Optional[str],
- upgrade_to_newer_dependencies: Optional[str],
+ upgrade_to_newer_dependencies: bool,
Review comment:
```suggestion
upgrade_to_newer_dependencies: bool,
```
This should be Optional[str] actually :)
--
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]