Skip to content

Commit 8bf261c

Browse files
authored
Merge pull request #766 from acul71/py-multiaddr
feat: add py-multiaddr from git
2 parents 01db5d5 + ec92af2 commit 8bf261c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

newsfragments/766.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin py-multiaddr dependency to specific git commit db8124e2321f316d3b7d2733c7df11d6ad9c03e6

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ dependencies = [
1919
"exceptiongroup>=1.2.0; python_version < '3.11'",
2020
"grpcio>=1.41.0",
2121
"lru-dict>=1.1.6",
22-
"multiaddr>=0.0.9",
22+
# "multiaddr>=0.0.9",
23+
"multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@db8124e2321f316d3b7d2733c7df11d6ad9c03e6",
2324
"mypy-protobuf>=3.0.0",
2425
"noiseprotocol>=0.3.0",
2526
"protobuf>=4.21.0,<5.0.0",

0 commit comments

Comments
 (0)