Skip to content

Commit 81cc2f0

Browse files
authored
Fix multiaddr dep to use specific commit hash to resolve install issue (#928)
* Fix multiaddr dependency to use specific commit hash to resolve installation issues * fix: ops wrong filename
1 parent 74f4aaf commit 81cc2f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/927.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix multiaddr dependency to use the last py-multiaddr commit hash to resolve installation issues

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"grpcio>=1.41.0",
2525
"lru-dict>=1.1.6",
2626
# "multiaddr (>=0.0.9,<0.0.10)",
27-
"multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@3ea7f866fda9268ee92506edf9d8e975274bf941",
27+
"multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@b186e2ccadc22545dec4069ff313787bf29265e0",
2828
"mypy-protobuf>=3.0.0",
2929
"noiseprotocol>=0.3.0",
3030
"protobuf>=4.25.0,<5.0.0",

0 commit comments

Comments
 (0)