Skip to content

Commit

Permalink
fix: temporarily max to Pydantic 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 29, 2024
1 parent d177c09 commit 705b6ca
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 114 deletions.
1 change: 1 addition & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Changelog
Fixed
^^^^^
- Implement :meth:`~scim2_models.BaseModel.model_dump_json`.
- Temporarily set Pydantic 2.9 as the maximum supported version.

[0.2.5] - 2024-11-13
--------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [

requires-python = ">= 3.9"
dependencies = [
"pydantic[email]>=2.7.0, <4"
"pydantic[email]>=2.7.0, <2.10"
]

[project.urls]
Expand Down
Loading

0 comments on commit 705b6ca

Please sign in to comment.