[BUG] config
does not trigger encoder
when dumping to string
#551
Labels
bug
Something isn't working
config
does not trigger encoder
when dumping to string
#551
Description
There seems to be an issue with the behavior of the
config
function.It does not trigger the function provided in the
field.metadata
.Code snippet that reproduces the issue
Describe the results you expected
I expected to see the
bytes_to_base64
function getting triggered when we call thedumps()
function. Yet, it doesn't get triggered; instead, the values are converted to numbers.Python version you are using
3.12.7
Environment description
python -m pip freeze
The text was updated successfully, but these errors were encountered: