feat: Add BuildKit pip cache, unlock fastapi pin, mark Locking TODO complete
- Dockerfile: enable BuildKit syntax, use --mount=type=cache for pip to speed up rebuilds - requirements.txt: relax fastapi==0.115.5 → fastapi>=0.115.5 - TODO: mark Locking task as complete Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ Deprecated
|
||||
dnspython
|
||||
email-validator
|
||||
et-xmlfile
|
||||
fastapi==0.115.5
|
||||
fastapi>=0.115.5
|
||||
# greenlet
|
||||
gunicorn
|
||||
h11
|
||||
|
||||
Reference in New Issue
Block a user