## The problem
Issue osohq/oso#1667 (closed, 12 comments): Last night, SQLAlchemy released 2.0 after multiple betas, release candidates, etc. Migration Guide: https://docs.sqlalchemy.org/en/20/changelog/migration_20.html Release Tag: https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0 Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.0
## The fix
SQLAlchemy 2.0 support for sqlalchemy-oso shipped in version 0.27.2; a user confirmed initial tests look good. If you're stuck on 1.4 deprecation warnings because other libs moved to SQLAlchemy 2.0, upgrade sqlalchemy-oso to 0.27.2 or later.
## Notes
Thread: https://github.com/osohq/oso/issues/1667. Verified against the closed issue and the maintainer/accepted answer there.