We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f4aaf commit 81cc2f0Copy full SHA for 81cc2f0
newsfragments/927.bugfix.rst
@@ -0,0 +1 @@
1
+Fix multiaddr dependency to use the last py-multiaddr commit hash to resolve installation issues
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"grpcio>=1.41.0",
25
"lru-dict>=1.1.6",
26
# "multiaddr (>=0.0.9,<0.0.10)",
27
- "multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@3ea7f866fda9268ee92506edf9d8e975274bf941",
+ "multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@b186e2ccadc22545dec4069ff313787bf29265e0",
28
"mypy-protobuf>=3.0.0",
29
"noiseprotocol>=0.3.0",
30
"protobuf>=4.25.0,<5.0.0",
0 commit comments