Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django-filter>=25.0 support #329

Closed
ulgens opened this issue Feb 17, 2025 · 1 comment
Closed

django-filter>=25.0 support #329

ulgens opened this issue Feb 17, 2025 · 1 comment

Comments

@ulgens
Copy link
Contributor

ulgens commented Feb 17, 2025

django-filter released 25.1 version: https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst#version-251-2025-02-14

Currently, django-rest-framework-gis has this upper limit for django-filter in setup.py file:

install_requires=['djangorestframework>=3.12,<3.16', 'django-filter>=23.5,<25.0'],
Is this limit a generic upper bound against backwards incompatible / breaking changes or is there a particular concern with versions?

@stephanerestani-picterra

This was updated last week by a dependabot update in #330.

(There's also a comment in this PR regarding the reason for keeping an upper limit)

@ulgens ulgens closed this as completed Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants