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: separate UploadFile→bytes conversion from normalization
- Created dedicated _convert_uploadfile_to_bytes() function for type conversion
- Removed conversion logic from _normalize_field_value() to preserve its original intent
- Updated both call sites to chain normalize → convert → validate
- Added explanatory comment for __all__ in params.py to document public API intent
Addresses reviewer feedback about separation of concerns between normalization
(structural changes) and conversion (type transformations/IO operations).
0 commit comments