zachliu edited a comment on issue #15463:
URL: https://github.com/apache/airflow/issues/15463#issuecomment-825849331
so i was playing with `Poetry` and set
```
[tool.poetry.dependencies]
python = "^3.8"
apache-airflow = "2.0.2"
apache-airflow-providers-google = "^2.2.0"
```
in my `pyproject.toml`, then i installed everything without any errors. It
turns out `google-cloud-bigquery` has been bumped to `2.6.1` just to make
everything match up.
```
• Installing pandas-gbq (0.14.1)
• Installing google-cloud-bigquery (2.6.1)
• Installing google-cloud-bigquery-storage (2.4.0)
• Installing pyarrow (2.0.0)
```
Here is the poetry output and lock file:
https://gist.github.com/zachliu/cb8de028f5ce08c03d38f329b97794d9
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]