coderedcorp / coderedcorp/coderedcms

Please remove the upper bound on Django

Offen
#714 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Type: Bug
Vorherrschende Sprache
Python
Sterne
765
Forks
154
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

#### 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:

```toml
dependencies = [
...
"Django>=4.2,<6.0", # should be the same as wagtail
]
```

The Wagtail’s pyproject.toml:

```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/

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.