Skip to content

Commit

Permalink
Add Enum field from marshmallow 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Sep 25, 2022
1 parent 4cc25a8 commit c03f9d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

Released: -

- Add `Enum` field from marshmallow 3.18.


## Version 1.1.3

Expand Down
1 change: 1 addition & 0 deletions src/apiflask/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
from marshmallow.fields import Tuple as Tuple
from marshmallow.fields import URL as URL
from marshmallow.fields import UUID as UUID
from marshmallow.fields import Enum as Enum
from webargs.fields import DelimitedList as DelimitedList
from webargs.fields import DelimitedTuple as DelimitedTuple

Expand Down

0 comments on commit c03f9d5

Please sign in to comment.