-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with latest version of google-cloud-bigquery #854
Comments
Thanks for letting us know, looking into this. |
Could you give me an example of how exactly they are incompatible? It would be really helpful, thanks. @edu230991 |
I wonder if it's related to this test failure? #855
It seems it may have been caused by my refactor of SchemaField. googleapis/python-bigquery#2097 where the "mode" no longer is populated to "NULLABLE" if not set. |
Indeed, this seems to be the cause. |
That's exactly it, sorry for not being more specific |
I will yank 3.28.0 |
3.28.0 has been yanked |
pandas_gbq
currently has unconstrained dependencies.Yesterday a pretty key dependency like
google-cloud-bigquery
released a new version (https://pypi.org/project/google-cloud-bigquery/#history) which is incompatible withpandas_gbq
at the moment.I would strongly recommend constraining dependencies to avoid this in the future!
The text was updated successfully, but these errors were encountered: