From 6f33cde9a93edcf07487fdfd78713ffbe8406341 Mon Sep 17 00:00:00 2001 From: acul71 <34693171+acul71@users.noreply.github.com> Date: Sun, 13 Jul 2025 21:56:07 +0000 Subject: [PATCH 1/3] feat: add py-multiaddr from git --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 259c6c17c..f958caae5 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", From 048e6deb96a2f9f63ae82a88cd3f4d5faeedeb7d Mon Sep 17 00:00:00 2001 From: acul71 <34693171+acul71@users.noreply.github.com> Date: Sat, 19 Jul 2025 23:24:39 +0000 Subject: [PATCH 2/3] fix: utf-8 in reading in py-cid --- newsfragments/766.internal.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/766.internal.rst diff --git a/newsfragments/766.internal.rst b/newsfragments/766.internal.rst new file mode 100644 index 000000000..30fe66447 --- /dev/null +++ b/newsfragments/766.internal.rst @@ -0,0 +1 @@ +trigger CI 1 From 21ee417793754f3f8a480f52810bdc8908875f9d Mon Sep 17 00:00:00 2001 From: acul71 Date: Sun, 20 Jul 2025 23:48:16 +0200 Subject: [PATCH 3/3] Pin py-multiaddr dependency to specific git commit db8124e2321f316d3b7d2733c7df11d6ad9c03e6 --- newsfragments/766.internal.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/newsfragments/766.internal.rst b/newsfragments/766.internal.rst index 30fe66447..1ecce428d 100644 --- a/newsfragments/766.internal.rst +++ b/newsfragments/766.internal.rst @@ -1 +1 @@ -trigger CI 1 +Pin py-multiaddr dependency to specific git commit db8124e2321f316d3b7d2733c7df11d6ad9c03e6 diff --git a/pyproject.toml b/pyproject.toml index f958caae5..1b9589af2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "grpcio>=1.41.0", "lru-dict>=1.1.6", # "multiaddr>=0.0.9", - "multiaddr @ git+https://github.com/multiformats/py-multiaddr.git", + "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",