diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-26 15:34:57 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-26 20:09:07 -0500 |
| commit | 3b8123965bca6b854ccdeca79713b27136233d9a (patch) | |
| tree | e39e4595e54f96667a68b9f277ad61fd81160c9b /lib/sqlalchemy/dialects/sqlite/dml.py | |
| parent | 16d3dad4490fc4915096b7963f21e6b591b15ba7 (diff) | |
| download | sqlalchemy-3b8123965bca6b854ccdeca79713b27136233d9a.tar.gz | |
use read-only Mapping for values dictionary type
Improved typing for the mapping passed to :meth:`.UpdateBase.values` to be
more open-ended about collection type, by indicating read-only ``Mapping``
instead of writeable ``Dict``, the latter of which would error out under
typing tools on too limited of a key type.
Fixes: #9376
Change-Id: Ib7fdbba05ca7e1082409e1b5616e6a010262f032
Diffstat (limited to 'lib/sqlalchemy/dialects/sqlite/dml.py')
0 files changed, 0 insertions, 0 deletions
