Merge branch 'main' into dependency-chore

This commit is contained in:
varunrmallya
2025-08-10 11:39:02 +05:30
committed by GitHub
103 changed files with 8251 additions and 410 deletions

View File

@ -19,11 +19,12 @@ 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",
"pycryptodome>=3.19.1",
"protobuf>=4.21.0,<5.0.0",
"protobuf>=4.25.0,<5.0.0",
"pycryptodome>=3.9.2",
"pymultihash>=0.8.2",
"pynacl>=1.5.0",
"rpcudp>=3.0.0",