Skip to content

Commit

Permalink
Upgrade py-hamt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abidsikder committed Nov 20, 2024
1 parent 7904467 commit 2970030
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 149 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11
3.12
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
[project]
name = "ipldstore"
version = "0.1.0"
version = "0.2.0"
description = "KV store for Zarr"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.12"
dependencies = [
"msgspec>=0.18.6",
"multiformats[full]>=0.3.1.post4",
"py-hamt",
"requests>=2.32.3",
"zarr>=2.18.3",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = [
"hypothesis>=6.118.8",
Expand All @@ -24,4 +30,4 @@ dev = [

# TODO temporary update to just use the plain git without a commit hash once version 2 is out and merged in
[tool.uv.sources]
py-hamt = { git = "https://github.com/dClimate/py-hamt", rev = "1ce68f7ecd64e2c0cf14550338832bf694ced97d" }
py-hamt = { git = "https://github.com/dClimate/py-hamt", rev = "08b0fa5b67c3f457be4b6a5c1d48f04771ae1bf3" }
Loading

0 comments on commit 2970030

Please sign in to comment.