We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6628f38 + b35192c commit 74e294eCopy full SHA for 74e294e
pyproject.toml
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "drf-multi-serializers"
7
-version = "1.0.2"
+version = "1.1.0"
8
authors = [{ "name" = "Stefano Fusai", "email" = "[email protected]" }]
9
description = "A simple package to handle multiple serializers for the same ViewSet in Django Rest Framework"
10
readme = "README.md"
11
-requires-python = ">=3.11"
+requires-python = ">=3.12"
12
dependencies = ["djangorestframework"]
13
14
[project.urls]
0 commit comments