Amertz08 / drf_ujson2

JSON parser and renderer using ujson for Django Rest Framework
MIT License
36 stars 4 forks source link

Update for ujson 3.0 #12

Closed Amertz08 closed 3 years ago

Amertz08 commented 4 years ago

Looks like usjon 3.0 dropped. Need to make sure it is fully supported. https://github.com/ultrajson/ultrajson/releases/tag/3.0.0

johnthagen commented 4 years ago

Isn't ujson 3.0 already used in tests since there is no upper bound on the requirement?

https://github.com/Amertz08/drf_ujson2/blob/d3fc8d4f9f60f9bda53881b9a57739119874722a/setup.py#L22

Amertz08 commented 4 years ago

Yeah. I think I just made this as a reminder to go over the various ujson3 stuff and make sure nothing broke.

Amertz08 commented 3 years ago

I am not seeing any issues.