Skip to content

Commit 729ee04

Browse files
committed
Support Pydantic 2.12
1 parent ce612b1 commit 729ee04

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test_full.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1717
django-version: ['4.2', '5.1', '5.2']
18-
pydantic-version: ['2.5', '2.6', '2.7', '2.8', '2.9', '2.10', '2.11']
18+
pydantic-version: ['2.5', '2.6', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12']
1919
exclude:
2020
# Pydantic 2.5 supports 3.8-3.13
2121
# Pydantic 2.6 supports 3.8-3.12
@@ -27,6 +27,9 @@ jobs:
2727
# Pydantic 2.11 supports 3.9-3.13
2828
- pydantic-version: '2.11'
2929
python-version: '3.8'
30+
# Pydantic 2.12 supports 3.9-3.14
31+
- pydantic-version: '2.12'
32+
python-version: '3.8'
3033
# Django 4.2 supports 3.8-3.12
3134
- django-version: '4.2'
3235
python-version: '3.13'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939
"Topic :: Internet :: WWW/HTTP",
4040
]
4141

42-
requires = ["Django >=4.2", "pydantic >=2.5,<2.12"]
42+
requires = ["Django >=4.2", "pydantic >=2.5,<2.13"]
4343
description-file = "README.md"
4444
requires-python = ">=3.8"
4545

0 commit comments

Comments
 (0)