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.
2 parents 01db5d5 + ec92af2 commit 8bf261cCopy full SHA for 8bf261c
newsfragments/766.internal.rst
@@ -0,0 +1 @@
1
+Pin py-multiaddr dependency to specific git commit db8124e2321f316d3b7d2733c7df11d6ad9c03e6
pyproject.toml
@@ -19,7 +19,8 @@ dependencies = [
19
"exceptiongroup>=1.2.0; python_version < '3.11'",
20
"grpcio>=1.41.0",
21
"lru-dict>=1.1.6",
22
- "multiaddr>=0.0.9",
+ # "multiaddr>=0.0.9",
23
+ "multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@db8124e2321f316d3b7d2733c7df11d6ad9c03e6",
24
"mypy-protobuf>=3.0.0",
25
"noiseprotocol>=0.3.0",
26
"protobuf>=4.21.0,<5.0.0",
0 commit comments