potiuk commented on code in PR #48598:
URL: https://github.com/apache/airflow/pull/48598#discussion_r2033283825
##########
devel-common/pyproject.toml:
##########
@@ -55,6 +55,7 @@ dependencies = [
"debuggers" = [
"ipdb>=0.13.13",
"pdbr>=0.8.9",
+ "keyrings.alt>=5.0.2",
Review Comment:
More explanation: The "dev" dependency group is always installed when `uv
sync` is run. So, if you add it in "dev" dependency group in airflow-ctl's
`pyproject.toml`, you will get it installed:
```
cd airflow-ctl
uv sync
```
--
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]