anil-resero

Results 1 issues of anil-resero

Since sqlalchemy 2.0 supports mapped columns, is it possible to add typing support to this library. Currently, if you try : `foo_json: Mapped[Optional[Dict[Any, Any]]] = mapped_column(NestedMutableJson)` You get the following...