]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
base _O around object, not Any
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 May 2023 16:25:42 +0000 (12:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 May 2023 16:25:42 +0000 (12:25 -0400)
commit0840b0e9ebad83b19845452e3798d85ace17a132
treeddaaa8b45e33f6315170416607aa6de9f7ba8c8c
parenta85ce0083d2c895497a692600ee2d474b493fe8e
base _O around object, not Any

There were only a few trivial errors related to this
TypeVar being linked to object which were correctable at the
source.   It's not clear if there were more errors with older
versions of mypy and/or the codebase when this was first developed.

Change-Id: Ic07ba08e600574b6277ba8540504355e9d7b676c
References: #9835
lib/sqlalchemy/ext/asyncio/session.py
lib/sqlalchemy/orm/_typing.py
lib/sqlalchemy/orm/decl_api.py
lib/sqlalchemy/orm/state.py
lib/sqlalchemy/orm/util.py