]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Make Values().data input covariant with Sequence
authorIuri de Silvio <iuri.desilvio@channable.com>
Thu, 12 Oct 2023 12:25:40 +0000 (08:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Oct 2023 14:08:24 +0000 (10:08 -0400)
commit6f710b393a9d041249d26589b11a7e35a29c3288
tree7dbb99eda69a3ce9ece158ab53d274b400ce6035
parenta342b3d503f968bbf43f3b2de1f4f623b03a6310
Make Values().data input covariant with Sequence

Fixed typing issue where the argument list passed to :class:`.Values` was
too-restrictively tied to ``List`` rather than ``Sequence``.  Pull request
courtesy Iuri de Silvio.

Fixes: #10451
Closes: #10452
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/10452
Pull-request-sha: 7800f0d631f75b716b8870755e5d0a3fbe950277

Change-Id: If631455d049b2308ec42602b72a60a5ede35fa32
doc/build/changelog/unreleased_20/10451.rst [new file with mode: 0644]
lib/sqlalchemy/sql/selectable.py
test/typing/plain_files/sql/lowercase_objects.py