jjardon opened a new pull request, #2185:
URL: https://github.com/apache/buildstream/pull/2185

   ujson is in maintenance-only mode and its own maintainers recommend 
migrating to orjson. This change replaces the dependency and updates the single 
call site in _cachekey.py.
   
   Key differences handled:
   - orjson.dumps() returns bytes (so the extra .encode("utf-8") is removed)
   - sort_keys=True becomes option=orjson.OPT_SORT_KEYS
   - escape_forward_slashes=False is the default behaviour of orjson


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to