chore(deps): upgrade Pillow to 12.1.0

- Pillow 11.1.0 → 12.1.0
- Add Django 6 upgrade notes (blocked by CheckConstraint API change)
- Update uv.lock
This commit is contained in:
pacnpal
2026-01-14 15:43:43 -05:00
parent 4140a0d8e7
commit fbfda9a3d8
3 changed files with 78 additions and 39 deletions

View File

@@ -8,6 +8,13 @@ readme = "docs/README.md"
[tool.uv.workspace]
members = ["backend"]
# Django 6 upgrade commented out - requires CheckConstraint API migration
# See: https://docs.djangoproject.com/en/6.0/releases/6.0/#features-removed-in-6-0
# CheckConstraint(check=...) → CheckConstraint(condition=...) in 50+ files
# [tool.uv]
# override-dependencies = ["django>=6.0"]
# =============================================================================
# Ruff Configuration (shared across workspace)
# =============================================================================