Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 311de31

Browse filesBrowse files
authored
fix: exlcude gcsfs 2026.2.0 (#2445)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<482422167> 🦕
1 parent 1fc29f6 commit 311de31
Copy full SHA for 311de31

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# please keep these in sync with the minimum versions in testing/constraints-3.10.txt
3737
"cloudpickle >= 2.0.0",
3838
"fsspec >=2023.3.0",
39-
"gcsfs >=2023.3.0, !=2025.5.0",
39+
"gcsfs >=2023.3.0, !=2025.5.0, !=2026.2.0",
4040
"geopandas >=0.12.2",
4141
"google-auth >=2.15.0,<3.0",
4242
"google-cloud-bigquery[bqstorage,pandas] >=3.36.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.