mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-16 19:30:51 -04:00
Since Marshmallow 3, schemas are now strict by default, and the strict parameter has been removed. There were some schemas where we had not specified `strict = True`, but we weren't relying on strict being False, so this does not cause any issues. https://marshmallow.readthedocs.io/en/stable/upgrading.html#schemas-are-always-strict