wayfair-incubator / avro-to-bigquery

MIT License
11 stars 11 forks source link

Unpin requirement for google-cloud-bigquery=2.27.1 #20

Open nsheils opened 1 year ago

nsheils commented 1 year ago

Problem Statement

Pinning to 2.27.1 is not allowing us to access updated features needed from more up to date versions of google-cloud-bigquery.

ericdjatsa commented 4 months ago

Hi +1 on this requirement as is causing issues during the installation. See below:

$ pip install avro-to-bigquery==0.3.1 Collecting avro-to-bigquery==0.3.1 Using cached avro_to_bigquery-0.3.1-py3-none-any.whl (6.0 kB) ERROR: Could not find a version that satisfies the requirement google-cloud-bigquery==2.27.1 (from avro-to-bigquery) (from versions: 0.20.0, 0.21.0, 0.22.0, 0.22.1, 0.23.0, 0.24.0, 0.25.0, 0.26.0, 0.27.0, 0.28.0, 0.29.0, 0.30.0, 0.31.0, 0.32.0, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.11.1, 1.11.2, 1.11.3, 1.11.4, 1.12.0, 1.12.1, 1.12.2, 1.13.0, 1.13.1, 1.14.0, 1.14.1, 1.15.0, 1.15.1, 1.16.0, 1.16.1, 1.17.0, 1.17.1, 1.18.0, 1.18.1, 1.19.0, 1.19.1, 1.20.0, 1.21.0, 1.22.0, 1.23.0, 1.23.1, 1.24.0, 1.25.0, 1.26.0, 1.26.1, 1.27.2, 1.28.0, 1.28.1, 1.28.2, 1.28.3, 2.0.0, 2.1.0, 2.2.0, 2.3.1, 2.4.0, 2.5.0, 2.6.0, 2.6.1, 2.30.0, 2.30.1, 2.31.0, 2.32.0, 2.33.0, 2.34.0, 2.34.1, 2.34.2, 2.34.3, 2.34.4, 3.0.0b1, 3.0.0, 3.0.1, 3.1.0, 3.2.0, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.5, 3.3.6, 3.4.0, 3.4.1, 3.4.2, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 3.11.1, 3.11.2, 3.11.3, 3.11.4, 3.12.0, 3.13.0, 3.14.0rc0, 3.14.0, 3.14.1, 3.15.0, 3.16.0, 3.17.0, 3.17.1, 3.17.2, 3.18.0, 3.19.0, 3.20.0, 3.20.1, 3.21.0, 3.22.0, 3.23.0, 3.23.1) ERROR: No matching distribution found for google-cloud-bigquery==2.27.1

addison-grant commented 1 month ago

I know this issue has not seen a ton of activity, but for what it's worth, we forked and updated a few dependencies over here: https://github.com/wayfair-incubator/avro-to-bigquery/compare/main...iFixit:avro-to-bigquery:main and it seems to be working.