Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pylint==3.3.9
Django==5.2.6
Django==6.0.4
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 HIGH RISK

This major version upgrade to Django 6.0.4 is likely incompatible with the pinned pylint-django==2.6.1. Major Django releases frequently remove internal APIs used by this plugin for model and setting introspection, which will cause linting failures. Try running the following prompt in your coding agent: > Update pylint-django in requirements.txt to a version compatible with Django 6.0.4.

pylint-django==2.6.1
Flask==3.1.2
pylint-flask==0.6
Expand Down
Loading