Skip to content

Compatibility update for Django 6.x #23

Description

@msadyk

Is your feature request related to a problem? Please describe.
I am currently upgrading my project's dependency tree to support Django 6.0 (which was officially released in April). However, upgrading is blocked because django-flatpickr specifies a strict upper-bound version constraint in its package metadata (Django >=2,<6), causing dependency resolution failures during installation.

Describe the solution you'd like
I would like the package configuration (pyproject.toml) to be updated to bump the allowed upper bound to officially support Django 6.x.

Describe alternatives you've considered
I have actively tested the current version of django-flatpickr locally in a Django 6.0 environment, and all the custom widgets, assets, and options continue to function perfectly under the hood without any issues. The only blocker is the strict PyPI installation metadata.

Additional context
Thank you for maintaining this package!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions