forked from orbit-oss/flask
allow TypedDict as a response value
This commit is contained in:
parent
76a6b4f2b5
commit
4bf7415a96
3 changed files with 15 additions and 1 deletions
|
|
@ -91,6 +91,8 @@ Unreleased
|
|||
|
||||
- Allow returning a list from a view function, to convert it to a
|
||||
JSON response like a dict is. :issue:`4672`
|
||||
- When type checking, allow ``TypedDict`` to be returned from view
|
||||
functions. :pr:`4695`
|
||||
|
||||
|
||||
Version 2.1.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue