]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Consider built-in Python 3.13 `__static_attributes__` class attribute in `sqlalchemy...
authorEdgar Ramírez-Mondragón <edgarrm358@gmail.com>
Mon, 29 Apr 2024 23:10:35 +0000 (17:10 -0600)
committerEdgar Ramírez-Mondragón <edgarrm358@gmail.com>
Mon, 29 Apr 2024 23:30:14 +0000 (17:30 -0600)
commitb8227d70187d9a092f4ce4eab753e225ee0bbbb9
tree5d41fca8ab869a3b7b2231453a139ce2333106f9
parent7782e2b3ad5a6a8c860f689f345a00ae47db6c7f
Consider built-in Python 3.13 `__static_attributes__` class attribute in `sqlalchemy.util.langhelpers.TypingOnly`

Context:

* https://docs.python.org/3.13/whatsnew/3.13.html#new-features
* https://docs.python.org/3.13/library/stdtypes.html#class.__static_attributes__
* https://github.com/python/cpython/issues/115775
* https://github.com/python/cpython/pull/115913
lib/sqlalchemy/util/langhelpers.py