pyeve / eve

REST API framework designed for human beings
https://python-eve.org
Other
6.69k stars 746 forks source link

Fix issue #1486 #1487

Closed tgm-git closed 1 year ago

tgm-git commented 1 year ago

This solution seems to fit the current code best, but alternatively one could get the value earlier and return UuidRepresentation.STANDARD early if the value is of a non-string type.

This PR is a fix to issue #1486

tgm-git commented 1 year ago

I am not sure if I should be comparing with the master branch, but this fix is essentially a hotfix.

nicolaiarocci commented 1 year ago

thanks!

tgm-git commented 1 year ago

No worries :) your project is saving me hours of headaches