You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
within a Pretix deployment in our team, we had issues with incompatible versions of ujson and drf_ujson.
This library (drf_ujson2) uses the default parameter from ujson in renderers.py#L44. This parameter is introduced in version 4.2.0 of ujson. However, drf_ujson2 only enforces ujson>=2.0.1 as dependency.
From my point of view, we should change this dependency to at least ujson>=4.2.0. Are there any objections against this proposal?
The text was updated successfully, but these errors were encountered:
Hello,
within a Pretix deployment in our team, we had issues with incompatible versions of
ujson
anddrf_ujson
.This library (
drf_ujson2
) uses thedefault
parameter fromujson
inrenderers.py#L44
. This parameter is introduced in version 4.2.0 ofujson
. However,drf_ujson2
only enforcesujson>=2.0.1
as dependency.From my point of view, we should change this dependency to at least
ujson>=4.2.0
. Are there any objections against this proposal?The text was updated successfully, but these errors were encountered: