Skip to content

Update dependency django-urlconfchecks to v0.13.2 - #87

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/django-urlconfchecks-0.x
Open

Update dependency django-urlconfchecks to v0.13.2#87
renovate[bot] wants to merge 1 commit into
devfrom
renovate/django-urlconfchecks-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
django-urlconfchecks ==0.11.0==0.13.2 age confidence

Release Notes

AliSayyah/django-urlconfchecks (django-urlconfchecks)

v0.13.2

Compare Source

Changed
  • Updated the supported version matrix to Python 3.10-3.14 with Django 5.2 and 6.0.
Fixed
  • Resolved false URL signature type mismatches when views or custom converters use from __future__ import annotations.

v0.13.1

Compare Source

Fixed
  • Handle functools.partial callbacks in _make_callback_repr for Django Ninja or similar frameworks. thanks @​joseanoxp

v0.13.0

Compare Source

Added
  • Parameterized generics validation: lists, tuples (fixed/variadic), dicts, sets, and optional containers are now type-checked against URL converters and default kwargs.
  • Pyproject configuration: [tool.urlconfchecks] supports defaults for quiet, format, and silenced_views, with URLCONFCHECKS_PYPROJECT override; custom silencers merge with built-ins.
Fixed
  • Container type checking now reports mismatches instead of silently passing parameterized generics.

v0.12.0

Compare Source

Added
  • Added python 3.13 and 3.14 support.
  • CLI now supports --format json to emit structured results with per-type counts and totals.
  • CLI gains --quiet / -q to suppress normal output while preserving exit codes and summaries.
Changed
  • Dropped python 3.9 support
  • Project tooling now uses uv for syncing/building and Ruff for linting/formatting (pre-commit and CI).
  • Raised the minimum supported Django version to 4.2 (with targeted upper bounds per Python release).
  • Improved type compatibility checks for typing.Annotated, Optional, and Union, and cache URL converter lookups for faster runs.
Fixed
  • Custom boolean path converters are recognized and validated alongside the built-ins.

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants