omnilib / aiosqlite

asyncio bridge to the standard sqlite3 module

Home Page:https://aiosqlite.omnilib.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency on typing_extensions is completely unnecessary

mcepl opened this issue · comments

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