Skip to content

Commit 10647fb

Browse files
committed
fix: relax gcsfs version
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
1 parent 2203e3b commit 10647fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"google-cloud-datastore>=2.1.0,<3",
9292
"google-cloud-storage>=1.34.0,<3",
9393
"google-cloud-bigtable>=2.11.0,<3",
94-
"gcsfs>=2023.3.0,<2024.0.0",
94+
"gcsfs",
9595
]
9696

9797
REDIS_REQUIRED = [
@@ -159,7 +159,6 @@
159159
"moto",
160160
"mypy>=0.981,<0.990",
161161
"avro==1.10.0",
162-
"gcsfs>=0.4.0,<=2022.01.0",
163162
"urllib3>=1.25.4,<2",
164163
"psutil==5.9.0",
165164
"py>=1.11.0", # https://github.com/pytest-dev/pytest/issues/10420

0 commit comments

Comments
 (0)