-
Notifications
You must be signed in to change notification settings - Fork 152
Please remove the upper bound on Django #714
Copy link
Copy link
Open
Labels
Type: BugSomething isn't workingSomething isn't working
Description
Describe the bug
Wagtail works like a charm with Django 6.0+ but I can’t install CRX because of that upper bound.
The comment in pyproject.toml is even misguiding:
dependencies = [
...
"Django>=4.2,<6.0", # should be the same as wagtail
]The Wagtail’s pyproject.toml:
dependencies = [
...
"Django>=4.2"
]I see that CRX is tested against 5.2 and below, so it’s my responsibility to dare use it with Django 6.
Some opinion on the subject: https://iscinumpy.dev/post/bound-version-constraints/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't workingSomething isn't working