From 1e928ae77167df6a8c515056d7303d375a33a3bb Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 12 Jan 2026 10:03:16 +0000 Subject: [PATCH] Track artdag main branch instead of pinned commit Avoids needing to update pin on every artdag change. Co-Authored-By: Claude Opus 4.5 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 33d4a06..56dc9bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ python-multipart>=0.0.6 PyYAML>=6.0 asyncpg>=0.29.0 markdown>=3.5.0 -# Core artdag from GitHub (pinned to include IPFS_API fix) -git+https://github.com/gilesbradshaw/art-dag.git@f944713 +# Core artdag from GitHub (tracks main branch) +git+https://github.com/gilesbradshaw/art-dag.git@main # Shared components git+https://git.rose-ash.com/art-dag/common.git@889ea98