From c0fe22313f333cf335f768c9652de5c27897e229 Mon Sep 17 00:00:00 2001 From: gilesb Date: Sun, 11 Jan 2026 16:07:43 +0000 Subject: [PATCH] Update artdag_common to fix auth token handling New version defaults actor_id to @username when not in token, and supports both artdag_session and auth_token cookies. Co-Authored-By: Claude Opus 4.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de57e06..e308a21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ markdown>=3.5.0 # Core artdag from GitHub git+https://github.com/gilesbradshaw/art-dag.git # Shared components -git+https://git.rose-ash.com/art-dag/common.git@889ea98 +git+https://git.rose-ash.com/art-dag/common.git@932abb8