File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
77## [ UNRELEASED]
8+
9+ ## [ 0.12.4] - 2022-12-11
810### Fixed
911- account for specifying the request serializer as a basic type (like ` OpenApiTypes.STR ` ) or as a
1012` PolymorphicProxySerializer ` using ` @extend_schema(request=...) ` when determining error codes for validation errors.
Original file line number Diff line number Diff line change 11"""Standardize your API error responses."""
22
3- __version__ = "0.12.3 "
3+ __version__ = "0.12.4 "
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ openapi = [
6464[tool .tbump ]
6565
6666[tool .tbump .version ]
67- current = " 0.12.3 "
67+ current = " 0.12.4 "
6868regex = '''
6969 (?P<major>\d+)
7070 \.
You can’t perform that action at this time.
0 commit comments