Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/7343.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop support for running with Django 4.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies = [
"backoff>=2.1.2,<2.3", # Looks like only bugfixes in z-Stream.
"click>=8.1.0,<8.5", # Uses milestone.feature.fix https://palletsprojects.com/versions .
"cryptography>=44.0.3,<49.0", # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning .
"Django>=4.2.24,<5.3, !=5.0, !=5.1", # LTS version, switch only if we have a compelling reason to".
"django-filter>=23.1,<=25.2", # Uses CalVer, not released often https://github.com/carltongibson/django-filter
"django-guid>=3.3.0,<3.7", # Looks like only bugfixes in z-Stream.
"Django>=5.2.0,<5.3", # LTS version, we aim at supporting one or two at a time.
"django-filter>=24.3,<=25.2", # Uses CalVer, not released often https://github.com/carltongibson/django-filter
"django-guid>=3.4.0,<3.7", # Looks like only bugfixes in z-Stream.
"django-import-export>=2.9,<5.0",
"django-lifecycle>=1.0,<=1.2.7",
"djangorestframework>=3.14.0,<=3.17.1",
Expand Down
Loading