Skip to content

Commit 568e241

Browse files
authored
Update py-multihash dependency to PyPI version 3.0.0 (#1103)
- Changed from git dependency to PyPI version 'py-multihash>=3.0.0' - Verified API compatibility with existing code - All tests pass successfully - Added news fragment for release notes Fixes #1102
1 parent 5c6779f commit 568e241

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/1102.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated py-multihash dependency from git repository to PyPI version 3.0.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"noiseprotocol>=0.3.0",
3232
"protobuf>=4.25.0,<7.0.0",
3333
"pycryptodome>=3.9.2",
34-
"py-multihash @ git+https://github.com/sumanjeet0012/py-multihash.git@cb23eaa3c66d977ae7f4ce777cad5c2566a7c3de",
34+
"py-multihash>=3.0.0",
3535
"pynacl>=1.3.0",
3636
"rpcudp>=3.0.0",
3737
"trio-typing>=0.0.4",

0 commit comments

Comments
 (0)