Merge branch 'main' into add-ws-transport

This commit is contained in:
Manu Sheel Gupta
2025-07-21 08:09:30 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
Pin py-multiaddr dependency to specific git commit db8124e2321f316d3b7d2733c7df11d6ad9c03e6

View File

@ -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@db8124e2321f316d3b7d2733c7df11d6ad9c03e6",
"mypy-protobuf>=3.0.0",
"noiseprotocol>=0.3.0",
"protobuf>=4.21.0,<5.0.0",