Fixes
- Remove breaking
typing_extensions
import into aTYPE_CHECKING
block by @BillSchumacher in #181.
Changes
- Added Python 3.13 support, dropped Python 3.8. Added Postgres17 support by @wesleykendall in #182.
typing_extensions
import into a TYPE_CHECKING
block by @BillSchumacher in #181.