Releases: lucianofedericopereira/rest-api-blueprints
Releases · lucianofedericopereira/rest-api-blueprints
v1.4.5 — FastAPI CI fully green
What's fixed
FastAPI — unit tests (all 46 passing)
bcrypt>=3.2,<4.0pinned —passlib 1.7.4probesbcrypt.__about__.__version__removed in bcrypt 4.0; pin restoreshash_password/verify_passwordErrorBudgetTrackerfloat precision —budget_exhaustedwas compared before rounding; floating-point division of1/1000 ÷ 0.001yields slightly below100.0, so>= 100.0returnedFalse; fix: round first, then compareQualityScore.composite()normalization — weights sum to 0.95 (5% reserved); divided raw sum by 0.95 so a perfect input returns exactly1.0pydantic[email]—EmailStrrequiresemail-validator; was missing from dependencies, causingModuleNotFoundErrorat test collection- A.14 layer boundaries — moved
DomainEvent/EventBus,ConflictError, and SQLAlchemyBasefromapp.coreintoapp.domain; all 3 import-linter contracts pass
Secret scan
- gitleaks:
"results": []— zero findings