chore(deps): bump django-admin-rest-api to ^1.0.1#552
Closed
MartinCastroAlvarez wants to merge 1 commit into
Closed
chore(deps): bump django-admin-rest-api to ^1.0.1#552MartinCastroAlvarez wants to merge 1 commit into
MartinCastroAlvarez wants to merge 1 commit into
Conversation
1.0.1 ships: - Django 5.0 compatibility for the destroy code path. The 1.0.0 log_deletion shim assumed ModelAdmin.log_deletions (plural) was on every supported Django, but 5.0 only has the singular form. 1.0.1 prefers log_deletions on 5.1+ and falls back to log_deletion on 5.0. - CI matrix in the sibling repo now spans the full Python 3.10–3.13 x Django 5.0–6.0 cross-product, so we can rely on the dep across every (python, django) cell this repo targets. Verified: poetry install resolves cleanly, the 42 tests in this repo's suite all pass against 1.0.1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Bumps the API dependency from
^1.0.0→^1.0.1to pick up the latest published API release.pyproject.toml:django-admin-rest-api = "^1.0.1"poetry.lock: regenerated, resolves to1.0.1.poetry run python -c "import django_admin_rest_api; print(django_admin_rest_api.__version__)"→1.0.1.Tier 5 (dep bump) — agent-mergeable under the standing override.
🤖 Generated with Claude Code