Add support for updating items and upgrade SQLModel to 0.0.16 (which supports model object updates) (#601)

This commit is contained in:
Sebastián Ramírez
2024-02-17 21:29:15 +01:00
committed by GitHub
parent 93e03184d6
commit fe95750e3a
3 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ alembic = "^1.12.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
httpx = "^0.25.1"
psycopg = {extras = ["binary"], version = "^3.1.13"}
sqlmodel = "^0.0.12"
sqlmodel = "^0.0.16"
[tool.poetry.group.dev.dependencies]
mypy = "^1.7.0"