We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4009a commit 827a065Copy full SHA for 827a065
tests/unit/test_gbq.py
@@ -23,7 +23,7 @@
23
def min_bq_version():
24
import pkg_resources
25
26
- return pkg_resources.parse_version("0.32.0")
+ return pkg_resources.parse_version("1.9.0")
27
28
29
def mock_none_credentials(*args, **kwargs):
0 commit comments