Skip to content

Commit

Permalink
Merge branch 'master' into feature/pydantic-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
surenkov committed Dec 4, 2023
2 parents 435b940 + dca332a commit cdd70cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

Django JSONField with Pydantic models as a Schema

**[Pydantic 2 support](https://github.com/surenkov/django-pydantic-field/discussions/36) is in progress, you can track the status [in this PR](https://github.com/surenkov/django-pydantic-field/pull/34)**

## Usage

Install the package with `pip install django-pydantic-field`.
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Pydantic",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand All @@ -40,7 +41,7 @@ classifiers = [
requires-python = ">=3.7"
dependencies = [
"pydantic>=1.10,<3",
"django>=3.1,<5",
"django>=3.1,<6",
"typing_extensions",
]

Expand Down

0 comments on commit cdd70cf

Please sign in to comment.