✨ Add support for updating items and upgrade SQLModel to 0.0.16 (which supports model object updates) (#601)
This commit is contained in:

committed by
GitHub

parent
93e03184d6
commit
fe95750e3a
@@ -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"
|
||||
|
Reference in New Issue
Block a user