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
A Tiled client, when writing to a server using write_array, uses orjson to serialize the metadata, which I believe was a change introduced at some point. However, orjson is only a dependency in server and minimal-server which means it isn't installed when doing pip install tiled[client] and the client hits an import error during write which is not ideal.
The text was updated successfully, but these errors were encountered:
A Tiled client, when writing to a server using
write_array
, usesorjson
to serialize the metadata, which I believe was a change introduced at some point. However,orjson
is only a dependency inserver
andminimal-server
which means it isn't installed when doingpip install tiled[client]
and the client hits an import error during write which is not ideal.The text was updated successfully, but these errors were encountered: