i believe i have fixed <https://github.com/pantsbu...
# announce
a
i believe i have fixed https://github.com/pantsbuild/pants/pull/6413 by not trying to do anything in the json encoder itself and instead just making sure dict options get their keys stringified in the
fingerprint
method (there was a test added for this with a dict with tuple keys), even though python docs explicitly say that this should be done for me