sqlalchemy2-stubs
sqlalchemy2-stubs copied to clipboard
Add types for new AsyncSession methods
https://github.com/sqlalchemy/sqlalchemy/commit/97d922663a0350c6ce026ecfbde8010ca1bc0c37 implements new methods:
:meth:`_asyncio.AsyncSession.in_nested_transaction`,
:meth:`_asyncio.AsyncSession.get_transaction`,
:meth:`_asyncio.AsyncSession.get_nested_transaction`.
:func:`_asyncio.async_object_session`,
:func:`_asyncio.async_session` as well as a new
:class:`_orm.InstanceState` attribute :attr:`_orm.InstanceState.asyncio_session`