mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-10 02:39:59 -04:00
3a998cbb52
The default implementation of :attr:`_sql.TypeEngine.python_type` now returns ``object`` instead of ``NotImplementedError``, since that's the base for all types in Python3. The ``python_type`` of :class:`_sql.JSON` no longer returns ``dict``, but instead fallbacks to the generic implementation. Fixes: #10646 Change-Id: I2233e4a3d35a67b520a860d70afba8e5b22fd72d