2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 22:51:30 +00:00

chore(backend): bump drf (#9407)

* chore(backend): bump drf

* bump api
This commit is contained in:
Matthias Mair
2025-03-30 05:11:23 +02:00
committed by GitHub
parent 49d088893f
commit 858eb8f807
3 changed files with 9 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ django-structlog # Structured logging
django-stdimage # Advanced ImageField management
django-taggit # Tagging support
django-otp==1.3.0 # Two-factor authentication (legacy to ensure migrations) https://github.com/inventree/InvenTree/pull/6293
djangorestframework<3.15 # DRF framework # FIXED 2024-06-26 see https://github.com/inventree/InvenTree/pull/7521
djangorestframework # DRF framework
djangorestframework-simplejwt[crypto] # JWT authentication
django-xforwardedfor-middleware # IP forwarding metadata
dulwich # pure Python git integration