Skip to content

Latest commit

 

History

History
300 lines (220 loc) · 7.03 KB

File metadata and controls

300 lines (220 loc) · 7.03 KB

Changelog

[0.3.1] - Unreleased

Fixed

[0.3.0] - 2024-12-11

Added

Changed

[0.2.12] - 2024-12-09

Added

[0.2.11] - 2024-12-08

Added

[0.2.10] - 2024-12-02

Changed

Fixed

  • Base64Bytes compatibility between pydantic 2.10+ and <2.10

[0.2.9] - 2024-12-02

Added

[0.2.8] - 2024-12-02

Added

  • Support for Pydantic 2.10.

[0.2.7] - 2024-11-30

Added

[0.2.6] - 2024-11-29

Fixed

[0.2.5] - 2024-11-13

Fixed

[0.2.4] - 2024-11-03

Fixed

  • Python 3.9 and 3.10 compatibility.

[0.2.3] - 2024-11-01

Added

Changed

[0.2.2] - 2024-09-20

Fixed

[0.2.1] - 2024-09-06

Fixed

[0.2.0] - 2024-08-18

Fixed

Note

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

Changed

[0.1.15] - 2024-08-18

Added

  • Add a PEP561 py.typed file to mark the package as typed.

Fixed

Changed

Note

ListResponse.of(User) becomes ListResponse[User] and ListResponse.of(User, Group)`` becomes ListResponse[Union[User, Group]].

Note

pet: Reference["Pet"] becomes pet: Reference[Literal["Pet"]]

[0.1.14] - 2024-07-23

Fixed

[0.1.13] - 2024-07-15

Fixed

[0.1.12] - 2024-07-11

Fixed

[0.1.11] - 2024-07-02

Fixed

[0.1.10] - 2024-06-30

Added

[0.1.9] - 2024-06-29

Added

Fixed

[0.1.8] - 2024-06-26

Added

  • Dynamic pydantic model creation from SCIM schemas. :issue:`6`

Changed

Fix

[0.1.7] - 2024-06-16

Added

Fix

[0.1.6] - 2024-06-06

Added

Changed

  • Refactor get_field_mutability and get_field_returnability in get_field_annotation.

[0.1.5] - 2024-06-04

Fix

[0.1.4] - 2024-06-03

Fix

  • ServiceProviderConfiguration id is optional.

[0.1.3] - 2024-06-03

Changed

  • Rename ServiceProviderConfiguration to ServiceProviderConfig to match the RFCs naming convention.

[0.1.2] - 2024-06-02

Added

[0.1.1] - 2024-06-01

Changed

  • Pre-defined errors are not constants anymore

[0.1.0] - 2024-06-01

Added

  • Initial release