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
refactor: Simplify metadata serialization by removing redundant JSON conversion
- Remove _make_json_serializable method entirely
- Refactor _convert_value_to_proto to handle dictionaries and lists recursively
- Fix null value handling to use struct_pb2.NULL_VALUE
- Improve code efficiency and maintainability
- All tests passing
0 commit comments