🗃️ Add max_length validation for database models and input data (#1233)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user