Use UserContext from artdag_common, remove duplicate

- Updated requirements.txt to use art-common@11aa056 with l2_server field
- All routers now import UserContext from artdag_common
- Removed duplicate UserContext from auth_service.py
- dependencies.py sets l2_server from settings on user context

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gilesb
2026-01-11 17:38:02 +00:00
parent 9e3c4c9d78
commit 2e9ba46f19
8 changed files with 15 additions and 17 deletions

View File

@@ -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@932abb8
git+https://git.rose-ash.com/art-dag/common.git@11aa056