🗃️ Add max_length validation for database models and input data (#1233)

This commit is contained in:
Esteban Maya
2024-06-18 19:20:39 -05:00
committed by GitHub
parent df66c1d2ce
commit d421c90af2
4 changed files with 99 additions and 33 deletions

View File

@@ -20,7 +20,7 @@ jinja2 = "^3.1.4"
alembic = "^1.12.1"
httpx = "^0.25.1"
psycopg = {extras = ["binary"], version = "^3.1.13"}
sqlmodel = "^0.0.16"
sqlmodel = "^0.0.19"
# Pin bcrypt until passlib supports the latest
bcrypt = "4.0.1"
pydantic-settings = "^2.2.1"