From 07d22116c67a67b79ae106a00858644786dc1b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Fri, 28 Feb 2025 13:34:45 +0100 Subject: [PATCH] Switch djangorestframework-stubs back to version pin --- requirements-dev.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bc2ded3..051ea4c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,4 @@ black==25.1.0 pytest==8.3.4 mypy==1.13.0 django-stubs[compatible-mypy]==5.1.3 -# TODO: Change djangorestframework-stubs to pypi release -# Django rest framework stubs does not yet have a mypy 1.13 compatible release -djangorestframework-stubs[compatible-mypy] @ git+https://github.com/typeddjango/djangorestframework-stubs.git@93b4ffe1441f43a646138ad302144a849bc6ecc0 +djangorestframework-stubs[compatible-mypy]==3.15.3