You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed hamster_cli via pip on an Ubuntu 22.04 and it looks like a function it uses was removed from its ORM dependency. Getting the following error:
sqlalchemy.exc.InvalidRequestError: The 'sqlalchemy.orm.mapper()' function is removed as of SQLAlchemy 2.0. Use the 'sqlalchemy.orm.registry.map_imperatively()` method of the sqlalchemy.orm.registry class to perform classical mapping.
When trying any command.
The text was updated successfully, but these errors were encountered:
Installed hamster_cli via pip on an Ubuntu 22.04 and it looks like a function it uses was removed from its ORM dependency. Getting the following error:
When trying any command.
The text was updated successfully, but these errors were encountered: