We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d177c09 commit 705b6caCopy full SHA for 705b6ca
doc/changelog.rst
@@ -7,6 +7,7 @@ Changelog
7
Fixed
8
^^^^^
9
- Implement :meth:`~scim2_models.BaseModel.model_dump_json`.
10
+- Temporarily set Pydantic 2.9 as the maximum supported version.
11
12
[0.2.5] - 2024-11-13
13
--------------------
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
28
requires-python = ">= 3.9"
29
dependencies = [
30
- "pydantic[email]>=2.7.0, <4"
+ "pydantic[email]>=2.7.0, <2.10"
31
]
32
33
[project.urls]
0 commit comments