Skip to content

Commit 705b6ca

Browse files
committed
fix: temporarily max to Pydantic 2.9
1 parent d177c09 commit 705b6ca

File tree

3 files changed

+145
-114
lines changed

3 files changed

+145
-114
lines changed

doc/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Changelog
77
Fixed
88
^^^^^
99
- Implement :meth:`~scim2_models.BaseModel.model_dump_json`.
10+
- Temporarily set Pydantic 2.9 as the maximum supported version.
1011

1112
[0.2.5] - 2024-11-13
1213
--------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727

2828
requires-python = ">= 3.9"
2929
dependencies = [
30-
"pydantic[email]>=2.7.0, <4"
30+
"pydantic[email]>=2.7.0, <2.10"
3131
]
3232

3333
[project.urls]

0 commit comments

Comments
 (0)