Skip to content

Releases: yaal-coop/scim2-models

0.2.2

20 Sep 18:05
0.2.2
02ef7f9
Compare
Choose a tag to compare
[0.2.2] - 2024-09-20

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

Fixed
^^^^^
- :class:`~scim2_models.ListResponse` pydantic discriminator issue introduced with pydantic 2.9.0. #75
- Extension payloads are not required on response contexts. #77

0.2.1

06 Sep 07:45
0.2.1
5ff2582
Compare
Choose a tag to compare
[0.2.1] - 2024-09-06

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

Fixed
^^^^^
- `scim2_models.Resource.external_id` is `scim2_models.CaseExact.true`. #74

0.2.0

18 Aug 18:45
0.2.0
e52f4ca
Compare
Choose a tag to compare
[0.2.0] - 2024-08-18

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

Fixed
^^^^^
- Fix the extension mechanism by introducing the :class:`~scim2_models.Extension` class. #60, #63

.. note::

    ``schema.make_model()`` becomes ``Resource.from_schema(schema)`` or ``Extension.from_schema(schema)``.