rules_python
rules_python copied to clipboard
Don't break under --incompatible_struct_has_no_methods
🚀 feature request
Relevant Rules
pip_repository
Description
I'd like rules_docker to no longer use <struct>.to_json(), which is deprecated since Bazel 4.0.0.
Describe the solution you'd like
I believe such uses can be replaced by json.encode(<struct>)
Describe alternatives you've considered
None