We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9298a7a commit 6eee348Copy full SHA for 6eee348
setup.py
@@ -86,13 +86,13 @@ def readme():
86
"google-auth>=1.25.0,<3.0.0dev", # Work around pip wack.
87
"google-cloud-bigquery>=2.25.2,<4.0.0dev",
88
"google-cloud-bigquery-storage>=2.0.0,<3.0.0dev",
89
- "pyarrow>=3.0.0,<7.0dev",
+ "pyarrow>=7,<7.1",
90
# Temporarily set maximimum sqlalchemy to a known-working version while
91
# we debug failing compliance tests. See:
92
# https://github.com/googleapis/python-bigquery-sqlalchemy/issues/386
93
# and
94
# https://github.com/googleapis/python-bigquery-sqlalchemy/issues/385
95
- "sqlalchemy>=1.2.0,<=1.4.27",
+ "sqlalchemy>=1.4.34,<=1.4.34",
96
"future",
97
],
98
extras_require=extras,
0 commit comments