Skip to content

Commit 1a0c31d

Browse files
committed
Reverted django upperbound bump to 5.2
That may break plugins out of the breaking change cycle.
1 parent 12bfa1d commit 1a0c31d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES/+revert-django5.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Reverted Django upperbound bump to 5.2 as it may break plugins.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"backoff>=2.1.2,<2.3", # Looks like only bugfixes in z-Stream.
3333
"click>=8.1.0,<8.3", # Uses milestone.feature.fix https://palletsprojects.com/versions .
3434
"cryptography>=44.0.3,<47.0", # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning .
35-
"Django>=4.2.24,<5.3", # LTS version, switch only if we have a compelling reason to".
35+
"Django~=4.2.0", # LTS version, switch only if we have a compelling reason to".
3636
"django-filter>=23.1,<=25.1", # Uses CalVer, not released often https://github.com/carltongibson/django-filter
3737
"django-guid>=3.3.0,<3.6", # Looks like only bugfixes in z-Stream.
3838
"django-import-export>=2.9,<3.4.0",

0 commit comments

Comments
 (0)