]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Type annotations for sqlalchemy.ext.mutable
authorGleb Kisenkov <g.kisenkov@gmail.com>
Wed, 16 Nov 2022 15:23:06 +0000 (10:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Nov 2022 15:39:41 +0000 (10:39 -0500)
commitba0e508141206efc55cdab91df21c18e7dd63c80
tree4c19889db7d0347b5b866f023bd562a925a10a1f
parent3fc6c40ea77c971d3067dab0fdf57a5b5313b69b
Type annotations for sqlalchemy.ext.mutable

The ``sqlalchemy.ext.mutable`` extension is now fully pep-484 typed. Huge
thanks to Gleb Kisenkov for their efforts on this.

Fixes: #8667
Closes: #8775
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/8775
Pull-request-sha: b907888ec67facc12dbdbccd6f2d9cd533b08a50

Change-Id: Id9224e03201e6970b1ec56eb546ece4b2f3e0edd
doc/build/changelog/unreleased_20/8667.rst [new file with mode: 0644]
lib/sqlalchemy/ext/mutable.py