kvesteri / sqlalchemy-continuum

Versioning extension for SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
578 stars 127 forks source link

Patch or Minor Version for a7a6bd7 & ccd8707 #350

Closed padlocked17 closed 6 months ago

padlocked17 commented 8 months ago

@marksteward Any chance we could get a patch or minor version released for a7a6bd7952185b1f82af985c0271834d886a617c? This is preventing the package from running with the new version of Flask and it would make sense to release this in the wild vs forking just to get the updated commit here on the flask plugin.

Thanks!

marksteward commented 6 months ago

Sorry, I completely missed this! I've released 1.4.1, which pins to SQLAlchemy 2.0.21 for now (see https://github.com/sqlalchemy/sqlalchemy/discussions/10474)

jllopezpino commented 6 months ago

Thank you for releasing 1.4.1 @marksteward ! May I askwhat was the reason why you pinned SQLAlchemy<=2.0.21 (c16d108c107ca4951cede854c8729cd056b6ac9a) ?

marksteward commented 6 months ago

See https://github.com/kvesteri/sqlalchemy-utils/pull/725. I can unpin it now if that's important.

jllopezpino commented 6 months ago

Oh I see! Thank you for pointing it out. No rush at all, it's not a problem for me.