diff --git a/pyproject.toml b/pyproject.toml index 259c6c17..f958caae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,8 @@ dependencies = [ "exceptiongroup>=1.2.0; python_version < '3.11'", "grpcio>=1.41.0", "lru-dict>=1.1.6", - "multiaddr>=0.0.9", + # "multiaddr>=0.0.9", + "multiaddr @ git+https://github.com/multiformats/py-multiaddr.git", "mypy-protobuf>=3.0.0", "noiseprotocol>=0.3.0", "protobuf>=4.21.0,<5.0.0",