pallets / quart

An async Python micro framework for building web applications.
https://quart.palletsprojects.com
MIT License
3.01k stars 164 forks source link

Fix instance type of `app.config` #313

Closed jichengzhi closed 10 months ago

jichengzhi commented 10 months ago

I fixed the issue by overriding the class attribute declaration of quart.app.config_class.

Sorry that I'm confused with doc updates and don't know what to do. I think I do not need to update CHANGES.rst and .. versionchanged:: related sections.

Checklist:

aenglander commented 10 months ago

Will this break backwards compatibility for those who have already used the workaround? Does it matter?