Skip to content

Commit

Permalink
Declare Django 5.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
surenkov committed Jan 14, 2025
1 parent fd899c7 commit ca90e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Pydantic",
"Framework :: Pydantic :: 1",
"Framework :: Pydantic :: 2",
Expand Down Expand Up @@ -60,7 +61,7 @@ dev = [
"djangorestframework>=3.11,<4",
"django-stubs[compatible-mypy]~=4.2",
"djangorestframework-stubs[compatible-mypy]~=3.14",
"pytest-django>=4.5,<5",
"pytest-django>=4.5,<6",
]
test = [
"django_pydantic_field[openapi,coreapi,jsonform]",
Expand Down

0 comments on commit ca90e89

Please sign in to comment.