Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfl authored Feb 13, 2024
1 parent 72185fa commit 29cdaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package_dir={'bigquery_fdw': 'src'},
# external dependencies
install_requires=[
'google-cloud-bigquery==3.172',
'google-cloud-bigquery==3.17.2',
'google-auth==2.27.0',
'google-auth-oauthlib==1.2.0',
'protobuf==4.21.8', # Forcing version for google-cloud-bigquery
Expand Down

0 comments on commit 29cdaa3

Please sign in to comment.