Skip to content

fix: remove django version cap for 5.x compat#10

Open
marioidival wants to merge 1 commit into
businho:mainfrom
marioidival:fix/remove-django-version-cap
Open

fix: remove django version cap for 5.x compat#10
marioidival wants to merge 1 commit into
businho:mainfrom
marioidival:fix/remove-django-version-cap

Conversation

@marioidival

Copy link
Copy Markdown

Problem

django = "^3 || ^4" blocks installation on Django 5.x.

Fix

Change to django = ">=3" — no upper cap, compatible with all Django 3.x/4.x/5.x.

No code changes needed — the library works fine on Django 5.x, only the version constraint was blocking.

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

Successfully merging this pull request may close these issues.

1 participant