omnilib/aiosqlite

Dependency on typing_extensions is completely unnecessary

mcepl opened this issue · 1 comments

mcepl commented

AsyncContextManager has been already present since 3.5.4 and aiosqlite requires Python >= 3.6.
This patch removes it.

(and AsyncContextManager has been deprecated since 3.9, so you should remove it anyway).

Cheers