Skip to content

Build: Bump fsspec from 2026.2.0 to 2026.4.0#3489

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/fsspec-2026.4.0
Closed

Build: Bump fsspec from 2026.2.0 to 2026.4.0#3489
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/fsspec-2026.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps fsspec from 2026.2.0 to 2026.4.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fsspec](https://github.com/fsspec/filesystem_spec) from 2026.2.0 to 2026.4.0.
- [Commits](fsspec/filesystem_spec@2026.2.0...2026.4.0)

---
updated-dependencies:
- dependency-name: fsspec
  dependency-version: 2026.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 12, 2026
@ebyhr

ebyhr commented Jun 12, 2026

Copy link
Copy Markdown
Member

Opened a new PR #3490 to fix:

==================================== ERRORS ====================================
__________ ERROR collecting tests/notebooks/test_pyiceberg_example.py __________
.venv/lib/python3.14/site-packages/google_crc32c/__init__.py:25: in <module>
    from google_crc32c import cext as impl
.venv/lib/python3.14/site-packages/google_crc32c/cext.py:20: in <module>
    from google_crc32c._crc32c import extend  # type: ignore
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'google_crc32c._crc32c'

During handling of the above exception, another exception occurred:
tests/notebooks/test_pyiceberg_example.py:21: in <module>
    import papermill as pm
.venv/lib/python3.14/site-packages/papermill/__init__.py:2: in <module>
    from .execute import execute_notebook  # noqa: F401
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.venv/lib/python3.14/site-packages/papermill/execute.py:5: in <module>
    from .engines import papermill_engines
.venv/lib/python3.14/site-packages/papermill/engines.py:12: in <module>
    from .iorw import write_ipynb
.venv/lib/python3.14/site-packages/papermill/iorw.py:45: in <module>
    from gcsfs import GCSFileSystem
.venv/lib/python3.14/site-packages/gcsfs/__init__.py:15: in <module>
    from .core import GCSFileSystem
.venv/lib/python3.14/site-packages/gcsfs/core.py:35: in <module>
    from .zb_hns_utils import DEFAULT_CONCURRENCY, MAX_PREFETCH_SIZE
.venv/lib/python3.14/site-packages/gcsfs/zb_hns_utils.py:6: in <module>
    from google.cloud.storage.asyncio.async_appendable_object_writer import (
.venv/lib/python3.14/site-packages/google/cloud/storage/asyncio/async_appendable_object_writer.py:27: in <module>
    from . import _utils
.venv/lib/python3.14/site-packages/google/cloud/storage/asyncio/_utils.py:15: in <module>
    import google_crc32c
.venv/lib/python3.14/site-packages/google_crc32c/__init__.py:29: in <module>
    warnings.warn(_SLOW_CRC32C_WARNING, RuntimeWarning)
E   RuntimeWarning: As the c extension couldn't be imported, `google-crc32c` is using a pure python implementation that is significantly slower. If possible, please configure a c build environment and compile the extension
=========================== short test summary info ============================
ERROR tests/notebooks/test_pyiceberg_example.py - RuntimeWarning: As the c extension couldn't be imported, `google-crc32c` is using a pure python implementation that is significantly slower. If possible, please configure a c build environment and compile the extension
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
============================== 1 error in 13.89s ===============================

https://github.com/apache/iceberg-python/actions/runs/27445918779/job/81130725813?pr=3489

Fokko pushed a commit that referenced this pull request Jun 13, 2026
# Rationale for this change

- Supersedes #3489

## Are these changes tested?

Yes

## Are there any user-facing changes?

No

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Fokko

Fokko commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Closing in favor of #3490, thanks @ebyhr

@Fokko Fokko closed this Jun 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/fsspec-2026.4.0 branch June 13, 2026 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants