analogdevicesinc / doctools

Central repository to host tooling for automated documentation builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypedDict not in py7

tfcollins opened this issue · comments

Need to bump version or drop the typehint for TypedDict. It got introduced in py3.8

requires-python = ">=3.7"

Fixed in 8f73b0e, bumped pkg to 0.3.31 to trigger release (run)