You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- :attr:`SearchRequest.attributes <scim2_models.SearchRequest.attributes>` and :attr:`SearchRequest.attributes <scim2_models.SearchRequest.excluded_attributes>` are mutually exclusive. #19
16
-
- :class:`~scim2_models.Schema` ids must be valid URIs. #26
15
+
- :attr:`SearchRequest.attributes <scim2_models.SearchRequest.attributes>` and :attr:`SearchRequest.attributes <scim2_models.SearchRequest.excluded_attributes>` are mutually exclusive. :issue:`19`
16
+
- :class:`~scim2_models.Schema` ids must be valid URIs. :issue:`26`
17
17
18
18
[0.2.2] - 2024-09-20
19
19
--------------------
20
20
21
21
Fixed
22
22
^^^^^
23
-
- :class:`~scim2_models.ListResponse` pydantic discriminator issue introduced with pydantic 2.9.0. #75
24
-
- Extension payloads are not required on response contexts. #77
23
+
- :class:`~scim2_models.ListResponse` pydantic discriminator issue introduced with pydantic 2.9.0. :issue:`75`
24
+
- Extension payloads are not required on response contexts. :issue:`77`
25
25
26
26
[0.2.1] - 2024-09-06
27
27
--------------------
28
28
29
29
Fixed
30
30
^^^^^
31
-
- :attr:`~scim2_models.Resource.external_id` is :data:`scim2_models.CaseExact.true`. #74
31
+
- :attr:`~scim2_models.Resource.external_id` is :data:`scim2_models.CaseExact.true`. :issue:`74`
32
32
33
33
[0.2.0] - 2024-08-18
34
34
--------------------
35
35
36
36
Fixed
37
37
^^^^^
38
-
- Fix the extension mechanism by introducing the :class:`~scim2_models.Extension` class. #60, #63
38
+
- Fix the extension mechanism by introducing the :class:`~scim2_models.Extension` class. :issue:`60`, :issue:`63`
39
39
40
40
.. note::
41
41
42
42
``schema.make_model()`` becomes ``Resource.from_schema(schema)`` or ``Extension.from_schema(schema)``.
0 commit comments