]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix use of typing.Literal on Python 3.8 and 3.9
authorFrazer McLean <frazer@frazermclean.co.uk>
Mon, 2 Sep 2024 16:50:21 +0000 (18:50 +0200)
committerFrazer McLean <frazer@frazermclean.co.uk>
Thu, 5 Sep 2024 10:28:10 +0000 (12:28 +0200)
commit232a92c81f09a44432c267bc8ebd3db9aca78994
tree1eb7cd65a8013ae81884901c9e7e8b7becff0911
parentf746fd78e303352d426a15c1f76ee835ce399d44
Fix use of typing.Literal on Python 3.8 and 3.9

Fixes: #11820
lib/sqlalchemy/util/typing.py
test/orm/declarative/test_tm_future_annotations_sync.py
test/orm/declarative/test_typed_mapping.py