mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-05 04:05:25 -05:00
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:
@@ -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)
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user