We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e7e38 commit 1248ee8Copy full SHA for 1248ee8
Changelog.python.md
@@ -6,6 +6,7 @@
6
7
- `Repository` can now be pickled.
8
- `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.
10
11
### Fixes
12
icechunk-python/pyproject.toml
@@ -19,7 +19,7 @@ license = "Apache-2.0"
19
dynamic = ["version"]
20
authors = [{ name = "Earthmover", email = "info@earthmover.io" }]
21
22
-dependencies = ["zarr>=3"]
+dependencies = ["zarr>=3,!=3.0.3"]
23
24
[project.optional-dependencies]
25
test = [
0 commit comments