From 81cc2f06f06e5d2d41032c7fec493fe264659f92 Mon Sep 17 00:00:00 2001 From: acul71 <34693171+acul71@users.noreply.github.com> Date: Sun, 14 Sep 2025 19:45:22 -0400 Subject: [PATCH] Fix multiaddr dep to use specific commit hash to resolve install issue (#928) * Fix multiaddr dependency to use specific commit hash to resolve installation issues * fix: ops wrong filename --- newsfragments/927.bugfix.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 newsfragments/927.bugfix.rst diff --git a/newsfragments/927.bugfix.rst b/newsfragments/927.bugfix.rst new file mode 100644 index 00000000..99573ff9 --- /dev/null +++ b/newsfragments/927.bugfix.rst @@ -0,0 +1 @@ +Fix multiaddr dependency to use the last py-multiaddr commit hash to resolve installation issues diff --git a/pyproject.toml b/pyproject.toml index ab4824ab..86be25d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "grpcio>=1.41.0", "lru-dict>=1.1.6", # "multiaddr (>=0.0.9,<0.0.10)", - "multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@3ea7f866fda9268ee92506edf9d8e975274bf941", + "multiaddr @ git+https://github.com/multiformats/py-multiaddr.git@b186e2ccadc22545dec4069ff313787bf29265e0", "mypy-protobuf>=3.0.0", "noiseprotocol>=0.3.0", "protobuf>=4.25.0,<5.0.0",