Commit graph

6 commits

Author SHA1 Message Date
Martin Weinelt da001b2ed6
fit-trackee: relax sqlalchemy constraint 2024-03-06 01:47:53 +01:00
traxys 6b8b18b322 fit-trackee: 0.7.29 -> 0.7.31 2024-03-03 13:16:43 +01:00
traxys 1b3cbb70f3 fit-trackee: 0.7.22 -> 0.7.29 2024-01-26 22:05:56 +01:00
Martin Weinelt ba3412d88a
treewide: use sqlalchemy_1_4 instead of individual overrides
As long as sqlalchemy 1.4 is still maintained we should rather maintain
one derivation well, instead of many overrides barely.
2024-01-03 03:13:26 +01:00
traxys 2be3382a1d fit-trackee: pin flask-sqlalchemy to 3.0.5
FitTrackee currently requires SQLAlchemy 1.4.49 (upstream has plans to
upgrade). The commit `e3c822682230` updated flask-sqlalchemy to 3.1.1,
and that version dropped support for pre 2.0 SQLAlchemy.

As such we pin the flask-sqlalchemy dependency to the last version
supporting the required SQLAlchemy version.
2023-11-14 23:44:49 +01:00
traxys 9478a7ef82 fit-trackee: init at 0.7.15 2023-10-15 11:39:28 +02:00