- 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>
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
celery[redis]>=5.3.0
|
|
redis>=5.0.0
|
|
requests>=2.31.0
|
|
httpx>=0.27.0
|
|
fastapi>=0.109.0
|
|
uvicorn>=0.27.0
|
|
python-multipart>=0.0.6
|
|
PyYAML>=6.0
|
|
asyncpg>=0.29.0
|
|
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@11aa056
|