BEMServer / bemserver-core

https://bemserver-docs.readthedocs.io/
MIT License
3 stars 3 forks source link

Reintroduce compat with SQLAlchemy 1.4.40 #153

Closed lafrech closed 1 year ago

lafrech commented 1 year ago

bemserver-api uses marshmallow-sqlalchemy which doesn't support sqlalchemy 2.x yet

Let's keep 1.4 compatibility for now.

Test minimal versions of dependencies.

codecov[bot] commented 1 year ago

Codecov Report

Base: 94.72% // Head: 94.72% // No change to project coverage :thumbsup:

Coverage data is based on head (582bbdc) compared to base (571d291). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #153 +/- ## ======================================= Coverage 94.72% 94.72% ======================================= Files 33 33 Lines 2254 2254 Branches 430 430 ======================================= Hits 2135 2135 Misses 95 95 Partials 24 24 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BEMServer). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BEMServer)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.