ijl / orjson

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Apache License 2.0
6.23k stars 215 forks source link

AttributeError occurs when running orjson.dumps with orjson 3.10.0 #467

Closed sonyakun closed 7 months ago

sonyakun commented 7 months ago

AttributeError occurs only when running orjson.dumps with orjson 3.10.0. (Others have not been done yet) It works fine in versions before 3.10.0.

sbrunato commented 7 months ago

Similar error on our side, our tests in CI are failing with orjson 3.10.0 on windows + python 3.12 (no problem on linux or windows+python 3.8):

E       AttributeError: module 'orjson' has no attribute 'loads'