With the update of Pydantic the default string format for datetimes changed from +00:00 to Z. This has been prevented in the code by using a custom base class but the swagger documentation is still saying z rather than +00:00.
This probably means we should move to the z notation at some point but not now as it would change the api for other users.
With the update of Pydantic the default string format for datetimes changed from +00:00 to Z. This has been prevented in the code by using a custom base class but the swagger documentation is still saying z rather than +00:00.
This probably means we should move to the z notation at some point but not now as it would change the api for other users.