ashwin153 opened a new issue #17795:
URL: https://github.com/apache/airflow/issues/17795
**Apache Airflow version**:
2.1.3
**OS**:
Ubuntu 20.04 LTS
**Deployment**:
Bazel
**What happened**:
When I tried to bump my Bazel monorepo from 2.1.2 to 2.1.3, Bazel complains
that there is the following circular dependency.
```
ERROR:
/github/home/.cache/bazel/_bazel_bookie/c5c5e4532705a81d38d884f806d2bf84/external/pip/pypi__apache_airflow/BUILD:11:11:
in py_library rule @pip//pypi__apache_airflow:pypi__apache_airflow: cycle in
dependency graph:
//wager/publish/airflow:airflow
.-> @pip//pypi__apache_airflow:pypi__apache_airflow
|
@pip//pypi__apache_airflow_providers_http:pypi__apache_airflow_providers_http
`-- @pip//pypi__apache_airflow:pypi__apache_airflow
```
**What you expected to happen**:
No dependency cycles.
**How to reproduce it**:
A concise reproduction will require some effort. I am hoping that there is a
quick resolution to this, but am willing to create a reproduction if it is
required to determine the root cause.
**Anything else we need to know**:
Perhaps related to apache/airflow#14128.
**Are you willing to submit a PR?**
Yes
--
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]