Upgrade Django Ninja to 1.6.3 - #388
Merged
Merged
Conversation
eadwinCode
marked this pull request as ready for review
August 17, 2026 21:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
django-ninjaversion from 1.6.0 to 1.6.3django-ninja-extrafrom 0.31.6 to 0.31.7Why
Django Ninja 1.6.3 is a hotfix release that drops its Django upper-version constraint and updates packaging metadata for Flit 4 compatibility. This keeps django-ninja-extra aligned with the current stable Django Ninja release.
Impact
No django-ninja-extra API or behavior changes were required. The complete test suite passes against Django Ninja 1.6.3, Django 6.1, and Python 3.14, so no breaking changes were identified for django-ninja-extra consumers beyond the new minimum dependency version.
Validation
pytest— 480 passedpytest --cov=ninja_extra --cov-report=xml tests— 480 passedruff checkon trackedninja_extraandtestsfiles — passedgit diff --check— passedThe repository's existing mypy hook still reports 10 baseline errors in
ninja_extra/conf/package_settings.py,ninja_extra/controllers/model/schemas.py,ninja_extra/controllers/model/builder.py, andninja_extra/controllers/base.py; those files are not changed by this PR.