Skip to content

Commit 35a4bf2

Browse files
acul71parth-soni07
authored andcommitted
Update multiaddr to version 0.0.11
- Switch from git dependency to pip package - Update from git+https://github.com/multiformats/py-multiaddr.git@b186e2ccadc22545dec4069ff313787bf29265e0 - Use multiaddr>=0.0.11 from PyPI Fixes #934
1 parent 02ff688 commit 35a4bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

newsfragments/934.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated multiaddr dependency from git repository to pip package version 0.0.11.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ dependencies = [
2323
"fastecdsa==2.3.2; sys_platform != 'win32'",
2424
"grpcio>=1.41.0",
2525
"lru-dict>=1.1.6",
26-
# "multiaddr (>=0.0.9,<0.0.10)",
27-
"multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@b186e2ccadc22545dec4069ff313787bf29265e0",
26+
"multiaddr>=0.0.11",
2827
"mypy-protobuf>=3.0.0",
2928
"noiseprotocol>=0.3.0",
3029
"protobuf>=4.25.0,<5.0.0",

0 commit comments

Comments
 (0)