Track artdag main branch instead of pinned commit

Avoids needing to update pin on every artdag change.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gilesb
2026-01-12 10:03:16 +00:00
parent 4ba981ee8d
commit 1e928ae771

View File

@@ -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