We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f24514 commit 00031ebCopy full SHA for 00031eb
doc/changelog.rst
@@ -1,13 +1,19 @@
1
Changelog
2
=========
3
4
+[0.2.5] - 2024-11-13
5
+--------------------
6
+Fixed
7
+^^^^^
8
+
9
+- :meth:`~scim2_models.BaseModel.model_validate` types.
10
11
[0.2.4] - 2024-11-03
12
--------------------
13
14
Fixed
15
^^^^^
16
- Python 3.9 and 3.10 compatibility.
-- :meth:`~scim2_models.BaseModel.model_validate` types.
17
18
[0.2.3] - 2024-11-01
19
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "scim2-models"
-version = "0.2.4"
+version = "0.2.5"
description = "SCIM2 models serialization and validation with pydantic"
authors = [{name="Yaal Coop", email="[email protected]"}]
license = {file = "LICENSE"}
0 commit comments