ucam-department-of-psychiatry / camcops

Cambridge Cognitive and Psychiatric Test Kit (CamCOPS)
Other
12 stars 8 forks source link

Updates for SQLAlchemy 1.4 #321

Closed martinburchell closed 11 months ago

martinburchell commented 11 months ago

Most of the changes are in cardinal_pythonlib 1.1.25.

The changes to CamCOPS itself fix type hints and deprecation warnings.

I'll leave SQLAlchemy 2.0 for another day. The migration can be done in several steps as documented at https://docs.sqlalchemy.org/en/20/changelog/migration_20.html#sqlalchemy-2-0-major-migration-guide

Also fixes some python packages and a pytest deprecation warning.

Fixes #172