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
Upgrade dependencies and drop Python versions < 3.10 (#103)
Updated the project to require Python 3.10 or newer, removing compatibility for older versions. Upgraded all dependencies to their latest versions and removed unused ones like Flask-UUID. Cleaned up Docker-related files by removing unused configurations and updated Python versioning.
Turn sqlalchemy.exc.Base20DeprecationWarning into errors in tests
To avoid introducing more warnings between now and a future PR that will
switch the future flag to turn these warnings into errors in prod, turn
these warning into errors in tests.