Mongodb – How can I use decimal in my schema for FastAPI mongo?
I have python fastapi app with mongodb. Below I provided schema and code to create a document. I need to use decimal, because there're problems with floating point in float data type. However, there are problems with using condecimal with…