From 5e1fffe3ab44b9a22d24320de10bd39cf2089385 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 7 Jun 2024 16:26:11 -0400 Subject: [PATCH] fix: Remove the drf-yasg constraint. The reason is very unclear so dropping it to see if we can fix the api docs build in 3.11 --- requirements/constraints.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 226ffe7c3f..8a850221c7 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -76,9 +76,6 @@ social-auth-app-django==5.0.0 urllib3<2.0.0 -# greater version has dropped few dependencies. Fix this in other ticket. -drf-yasg<1.21.6 - # Adding pin to avoid any major upgrade djangorestframework<3.15.0