rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

Don't break under --incompatible_struct_has_no_methods

Open josnyder-rh opened this issue 3 years ago • 0 comments

🚀 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

josnyder-rh avatar Sep 21 '22 18:09 josnyder-rh