Remove compatible-mypy extra from djangorestframework-stubs

Looks like the latest version should work with mypy 1.11:
https://github.com/typeddjango/djangorestframework-stubs/pull/642
This commit is contained in:
Bruno Alla 2024-07-31 15:02:04 +01:00
parent 57d8c200e4
commit 4413b25706
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ django-stubs[compatible-mypy]==5.0.4 # https://github.com/typeddjango/django-st
pytest==8.3.2 # https://github.com/pytest-dev/pytest
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
{%- if cookiecutter.use_drf == "y" %}
djangorestframework-stubs[compatible-mypy]==3.15.0 # https://github.com/typeddjango/djangorestframework-stubs
djangorestframework-stubs==3.15.0 # https://github.com/typeddjango/djangorestframework-stubs
{%- endif %}
# Documentation