vimalloc / flask-jwt-extended

An open source Flask extension that provides JWT support (with batteries included)!
http://flask-jwt-extended.readthedocs.io/en/stable/
MIT License
1.55k stars 239 forks source link

Collections Module Issue #549

Closed Ezek-iel closed 8 months ago

Ezek-iel commented 8 months ago

In python 3.10 or later the Mapping class has been moved from the collections module to the collections.abc module.