Skip to content

Commit

Permalink
Merge pull request #37 from surenkov/feature/django-5
Browse files Browse the repository at this point in the history
Declare Django 5.0 support
  • Loading branch information
surenkov authored Dec 4, 2023
2 parents 9e0833d + 0949197 commit 64aa42c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-pydantic-field"
version = "0.2.11"
version = "0.2.12"
description = "Django JSONField with Pydantic models as a Schema"
readme = "README.md"
license = { file = "LICENSE" }
Expand All @@ -24,6 +24,8 @@ classifiers = [
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5",
"Framework :: Django :: 5.0",
"Framework :: Pydantic",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand All @@ -40,7 +42,7 @@ classifiers = [
requires-python = ">=3.7"
dependencies = [
"pydantic>=1.9,<2",
"django>=3.1,<5",
"django>=3.1,<6",
"typing_extensions",
]

Expand Down

0 comments on commit 64aa42c

Please sign in to comment.