Amertz08 / drf_ujson2

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

Not working with ujson 2.0.0 #6

Closed pasevin closed 4 years ago

pasevin commented 4 years ago

ujson 2.0.0 has removed double_precision and precise_float so this lib crashes now.

https://github.com/ultrajson/ultrajson/releases/tag/2.0.0 https://github.com/ultrajson/ultrajson/commit/eb7d894f225bb89d269188ba6ec559b914a71b8a

Amertz08 commented 4 years ago

Yeah just ran into this myself. Going to do a bug fix release pinning ujson<2 then implement a fix.

Betalos commented 4 years ago

Any progress on this one ???