Skip to content

Commit

Permalink
exclude typing_extensions 3.10.0.1 for aiosqlite install
Browse files Browse the repository at this point in the history
Change-Id: I7b35bc86a7b78f96d8006515341f7cc7a6b49dcc
References: python/typing#865
  • Loading branch information
zzzeek committed Aug 30, 2021
1 parent af8b03b commit 9131a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ aiomysql =
aiosqlite =
%(asyncio)s
aiosqlite;python_version>="3"
typing_extensions!=3.10.0.1

This comment has been minimized.

Copy link
@CaselIT

CaselIT Aug 30, 2021

Member

we need to add this constraint also in sqlalchemy2-stubs

This comment has been minimized.

Copy link
@CaselIT

CaselIT Aug 30, 2021

Member

3.10.0.2 was released so I think no change may be needed

sqlcipher =
sqlcipher3_binary;python_version>="3"

Expand Down

0 comments on commit 9131a52

Please sign in to comment.