Hacker News new | ask | show | jobs
by O5vYtytb 1585 days ago
AFAIK SQLAlchemy 2.0 (coming soon?) will use a new system for full typing.
1 comments

Yes I had heard about that but due to the nature of Python typing, they can't actually type the query API properly without falling back to Any, negating the benefits of type checking.