Big integers gets rounded #1363
Replies: 1 comment
-
Firefox issue, curl works fine... due to this, the interactive docs breaks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have absolutely no idea why and would really appreciate some help here, i've been working with some big numeric ids lately and found this weird bug where big ints like 1111111111111111111 becomes 1111111111111111200, its really not related to pydantic nor the db, this happens only when rendering the json, the db objects have the proper values...
Example function:
Beta Was this translation helpful? Give feedback.
All reactions