Skip to content

Commit 1248ee8

Browse files
authored
Update changelog for 0.2.3 release (#783)
* Update changelog * Update zarr dep constraint
1 parent 59e7e38 commit 1248ee8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

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

1011
### Fixes
1112

icechunk-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "Apache-2.0"
1919
dynamic = ["version"]
2020
authors = [{ name = "Earthmover", email = "info@earthmover.io" }]
2121

22-
dependencies = ["zarr>=3"]
22+
dependencies = ["zarr>=3,!=3.0.3"]
2323

2424
[project.optional-dependencies]
2525
test = [

0 commit comments

Comments
 (0)