Skip to content

Commit

Permalink
Update changelog for 0.2.3 release (#783)
Browse files Browse the repository at this point in the history
* Update changelog

* Update zarr dep constraint
  • Loading branch information
mpiannucci authored Feb 25, 2025
1 parent 59e7e38 commit 1248ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- `Repository` can now be pickled.
- `icechunk.print_debug_info()` now prints out relative information about the installed version of icechunk and relative dependencies.
- `icechunk.Storage` now supports `__repr__`. Only configuration values will be printed, no credentials.

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion icechunk-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license = "Apache-2.0"
dynamic = ["version"]
authors = [{ name = "Earthmover", email = "info@earthmover.io" }]

dependencies = ["zarr>=3"]
dependencies = ["zarr>=3,!=3.0.3"]

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit 1248ee8

Please sign in to comment.