Skip to content

Commit 5dcbdc0

Browse files
committed
switch db_dtypes into 1.4.2
1 parent 5b1b02b commit 5dcbdc0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
"ipywidgets >=7.7.1",
6161
"humanize >=4.6.0",
6262
"matplotlib >=3.7.1",
63-
"db-dtypes@ git+https://github.com/googleapis/python-db-dtypes-pandas.git@main",
64-
# "db-dtypes >=1.4.0",
63+
"db-dtypes >=1.4.2",
6564
# For vendored ibis-framework.
6665
"atpublic>=2.3,<6",
6766
"parsy>=2,<3",

testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tabulate==0.9
2525
ipywidgets==7.7.1
2626
humanize==4.6.0
2727
matplotlib==3.7.1
28-
db-dtypes==1.4.0
28+
db-dtypes==1.4.2
2929
# For vendored ibis-framework.
3030
atpublic==2.3
3131
parsy==2.0

0 commit comments

Comments
 (0)