⬆️ Update SQLModel to version >=0.0.21 (#1275)

This commit is contained in:
Alejandra
2024-07-31 17:14:04 -05:00
committed by GitHub
parent 6606bfcb53
commit 684256adbe
3 changed files with 47 additions and 61 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.20"
sqlmodel = "^0.0.21"
# Pin bcrypt until passlib supports the latest
bcrypt = "4.0.1"
pydantic-settings = "^2.2.1"