Skip to content

0.6.9

Choose a tag to compare

@github-actions github-actions released this 07 Apr 07:53
· 14 commits to main since this release
0.6.9
441c2e2
[0.6.9] - 2026-04-07

--------------------

Added
^^^^^
- ``*RequestContext`` and ``*ResponseContext`` generic type aliases that wrap :class:`~scim2_models.SCIMValidator` and :class:`~scim2_models.SCIMSerializer` for each SCIM context (e.g. ``CreationRequestContext[User]``, ``CreationResponseContext[User]``).