gopidesupavan commented on code in PR #67786:
URL: https://github.com/apache/airflow/pull/67786#discussion_r3329470706
##########
providers/common/ai/pyproject.toml:
##########
@@ -113,10 +125,13 @@ dev = [
"apache-airflow-devel-common",
"apache-airflow-providers-common-compat",
"apache-airflow-providers-common-sql",
+ "apache-airflow-providers-git",
"apache-airflow-providers-standard",
# Additional devel dependencies (do not remove this line and add extra
development dependencies)
"sqlglot>=30.0.0",
"pydantic-ai-slim[mcp]",
+ "pydantic-ai-skills>=0.11.0",
+ "apache-airflow-providers-git",
Review Comment:
`apache-airflow-providers-git` appears twice in the `dev` dependency group.
Can we remove the duplicate entry?
```suggestion
```
--
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]