📌 Pin SQLAlchemy range for tests, as it doesn't use SemVer#3001
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3001 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 243 243
Lines 7419 7419
=========================================
Hits 7419 7419 Continue to review full report at Codecov.
|
|
🚀 Deployed on https://605f5ea9c78bfb159ba56a2e--fastapi.netlify.app |
|
|
|
Thanks @Kludex for the heads up! I was convinced FastAPI was also affected as it has a direct dependency on SQLAlchemy and it had a too-open range (given SQLAlchemy doesn't follow SemVer). But now I realize that probably none of the code in FastAPI itself was really affected by the new SQLAlchemy release. 🤔 |
📌 Pin SQLAlchemy range for tests, as it doesn't use SemVer and I forgot (or didn't know?) that when I pinned it the first time.
This only affects FastAPI internal tests... and by accident, Pydantic tests. 😬 🙈