We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ce694 commit 8371be4Copy full SHA for 8371be4
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+1.4.0, 14 May 2025
2
+------------------
3
+Features & fixes:
4
+
5
+* Support type aliases defined using the type statement (PEP 695).
6
+* Fix type hint for ``child_fields`` parameter of ``UnionField`` to accept ``Field`` subclasses.
7
8
1.3.1, 12 September 2023
9
------------------------
10
Features & fixes:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "djangorestframework-dataclasses"
-version = "1.3.1"
+version = "1.4.0"
description = "A dataclasses serializer for Django REST Framework"
readme = "README.rst"
license = { file = "LICENSE" }
0 commit comments