Skip to content

Restrict Django version to <6#1560

Merged
syrusakbary merged 1 commit into
mainfrom
fix/ci
Jun 24, 2026
Merged

Restrict Django version to <6#1560
syrusakbary merged 1 commit into
mainfrom
fix/ci

Conversation

@superlevure

Copy link
Copy Markdown
Collaborator

Fixes the CI.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Restricts the package’s runtime dependency on Django to <6 to prevent installations from pulling in Django 6.x, aligning with currently declared support and avoiding CI/environment breakage from unsupported Django major versions.

Changes:

  • Add an upper bound to the Django dependency in install_requires (Django>=3.2,<6).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@syrusakbary syrusakbary merged commit 0e6ef22 into main Jun 24, 2026
19 checks passed
@syrusakbary syrusakbary deleted the fix/ci branch June 24, 2026 23:46
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.

3 participants