Skip to content

Update zarr requirement from <3.0.0,>=2.14 to >=2.14,<4.0.0#56

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/zarr-gte-2.14-and-lt-4.0.0
Closed

Update zarr requirement from <3.0.0,>=2.14 to >=2.14,<4.0.0#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/zarr-gte-2.14-and-lt-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Updates the requirements on zarr to permit the latest version.

Release notes

Sourced from zarr's releases.

v3.1.5

What's Changed

Full Changelog: zarr-developers/zarr-python@v3.1.4...v3.1.5

Changelog

Sourced from zarr's changelog.

zarr 3.1.5 (2025-11-21)

Bugfixes

  • Fix formatting errors in the release notes section of the docs. (#3594)

3.1.4 (2025-11-20)

Features

  • The Array class can now also be parametrized in the same manner as the AsyncArray class, allowing Zarr format v2 and v3 Arrays to be distinguished. New types have been added to zarr.types to help with this. (#3304)
  • Adds zarr.experimental.cache_store.CacheStore, a Store that implements caching by combining two other Store instances. See the docs page for more information about this feature. (#3366)
  • Adds a zarr.experimental module for unstable user-facing features. (#3490)
  • Add a array.target_shard_size_bytes to [zarr.config][] to allow users to set a maximum number of bytes per-shard when shards="auto" in, for example, [zarr.create_array][]. (#3547)
  • Make async_array on the [zarr.Array][] class public (_async_array will remain untouched, but its stability is not guaranteed). (#3556)

Bugfixes

  • Fix a bug that prevented PCodec from being properly resolved when loading arrays using that compressor. (#3483)
  • Fixed a bug that prevented Zarr Python from opening Zarr V3 array metadata documents that contained extra keys with permissible values (dicts with a "must_understand" key set to "false"). (#3530)
  • Fixed a bug where the "consolidated_metadata" key was written to metadata documents even when consolidated metadata was not used, resulting in invalid metadata documents. (#3535)
  • Improve write performance to large shards by up to 10x. (#3560)

Improved Documentation

  • Use mkdocs-material for Zarr-Python documentation (#3118)
  • Document different values of StoreLike with examples in the user guide. (#3303)
  • Reorganize the top-level examples directory to give each example its own sub-directory. Adds content to the docs for each example. (#3502)
  • Updated 3.0 Migration Guide to include function signature change to zarr.Array.resize function. (#3536)

Misc

zarr 3.1.3 (2025-09-18)

Features

  • Add a command-line interface to migrate v2 Zarr metadata to v3. Corresponding functions are also provided under zarr.metadata. (#1798)
  • Add obstore implementation of delete_dir. (#3310)
  • Adds a registry for chunk key encodings for extensibility. This allows users to implement a custom ChunkKeyEncoding, which can be registered via register_chunk_key_encoding or as an entry point under zarr.chunk_key_encoding. (#3436)
  • Trying to open a group at a path where an array already exists now raises a helpful error. (#3444)

Bugfixes

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [zarr](https://github.com/zarr-developers/zarr-python) to permit the latest version.
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release-notes.md)
- [Commits](zarr-developers/zarr-python@v2.14.0...v3.1.5)

---
updated-dependencies:
- dependency-name: zarr
  dependency-version: 3.1.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 24, 2025
@dependabot dependabot Bot requested a review from a team as a code owner November 24, 2025 00:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 24, 2025
@braingram braingram closed this Nov 24, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 24, 2025

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.

@braingram braingram deleted the dependabot/pip/main/zarr-gte-2.14-and-lt-4.0.0 branch November 24, 2025 15:30
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant