FAQ | This is a LIVE service | Changelog

Skip to content

Increase openapi generator and requirement to pydantic v2

Robin Goodall requested to merge pydantic-2-requirement into main

We are already using pydantic v2 in idhub. v1 is getting old, hence the generator now produces v2 code.

The get_module_structure of the new version is identical to the previous so actual changes should be limited to inside the client implementation and not need identitylib users to change.

To resolve dependency requirements for https://gitlab.developers.cam.ac.uk/uis/devops/iam/idhub/api/-/issues/90

Merge request reports