Skip to content

Commit 6eee348

Browse files
committed
chore(deps): update all dependencies
1 parent 9298a7a commit 6eee348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ def readme():
8686
"google-auth>=1.25.0,<3.0.0dev", # Work around pip wack.
8787
"google-cloud-bigquery>=2.25.2,<4.0.0dev",
8888
"google-cloud-bigquery-storage>=2.0.0,<3.0.0dev",
89-
"pyarrow>=3.0.0,<7.0dev",
89+
"pyarrow>=7,<7.1",
9090
# Temporarily set maximimum sqlalchemy to a known-working version while
9191
# we debug failing compliance tests. See:
9292
# https://github.com/googleapis/python-bigquery-sqlalchemy/issues/386
9393
# and
9494
# https://github.com/googleapis/python-bigquery-sqlalchemy/issues/385
95-
"sqlalchemy>=1.2.0,<=1.4.27",
95+
"sqlalchemy>=1.4.34,<=1.4.34",
9696
"future",
9797
],
9898
extras_require=extras,

0 commit comments

Comments
 (0)