Ge0rg3 / flask-parameter-validation

Get and validate all Flask input parameters with ease.
https://pypi.org/project/Flask-Parameter-Validation/
28 stars 12 forks source link

typing.List is deprecated in favor of list as of Python 3.9 #48

Closed smt5541 closed 2 months ago

smt5541 commented 2 months ago

https://docs.python.org/3/library/typing.html#typing.List

We should move to allow use of both typing.List and list for list parameters, eventually phasing out typing.List when it is eventually removed from a future Python version