scope3data / methodology

Measurement methodology for advertising emissions
https://methodology.scope3.com
Apache License 2.0
29 stars 10 forks source link

Fix API response model decimal serialization #147

Closed EmmaLouise2018 closed 5 months ago

EmmaLouise2018 commented 5 months ago

Update API response serialize decimals as decimal rather than a string. Docs: https://docs.pydantic.dev/latest/api/standard_library_types/#decimaldecimal

Before

Screenshot 2024-01-13 at 7 42 10 PM

After

Screenshot 2024-01-13 at 7 41 39 PM