Skip to content

Commit

Permalink
Pin DRF to < 3.10 due to breaking changes
Browse files Browse the repository at this point in the history
We cannot fix the incompatibility yet because another dependency,
drf-yasg does not support drf 3.10 yet.
axnsan12/drf-yasg#410

https://pulp.plan.io/issues/5125
re #5125
  • Loading branch information
asmacdo committed Jul 15, 2019
1 parent ffd07ae commit adeb2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
'coreapi',
'Django~=2.2', # LTS version, switch only if we have a compelling reason to
'django-filter',
'djangorestframework',
'djangorestframework<3.10',
'djangorestframework-queryfields',
'drf-nested-routers',
'drf-yasg',
Expand Down

0 comments on commit adeb2a7

Please sign in to comment.