falcony-io / sqlalchemy-searchable

Fulltext searchable models for SQLAlchemy. Only supports PostgreSQL
Other
262 stars 44 forks source link

feat: add support for sqlalchemy 2.0 #125

Closed jpvanhal closed 1 year ago

jpvanhal commented 1 year ago

Test against SQLAlchemy 2.0 and update the SQLAlchemy dependency to remove the <1.5 version restriction.

Closes #111. Closes #109.