diff --git a/poetry.lock b/poetry.lock index f01af74a..b5e7c58f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1462,18 +1462,18 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "sqlmodel" -version = "0.0.14" +version = "0.0.19" description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness." optional = true -python-versions = ">=3.7,<4.0" +python-versions = ">=3.7" files = [ - {file = "sqlmodel-0.0.14-py3-none-any.whl", hash = "sha256:accea3ff5d878e41ac439b11e78613ed61ce300cfcb860e87a2d73d4884cbee4"}, - {file = "sqlmodel-0.0.14.tar.gz", hash = "sha256:0bff8fc94af86b44925aa813f56cf6aabdd7f156b73259f2f60692c6a64ac90e"}, + {file = "sqlmodel-0.0.19-py3-none-any.whl", hash = "sha256:6c8125d4101970d031e9aae970b20cbeaf44149989f8366d939f4ab21aab8763"}, + {file = "sqlmodel-0.0.19.tar.gz", hash = "sha256:95449b0b48a40a3eecf0a629fa5735b9dfc8a5574a91090d24ca17f02246ad96"}, ] [package.dependencies] pydantic = ">=1.10.13,<3.0.0" -SQLAlchemy = ">=2.0.0,<2.1.0" +SQLAlchemy = ">=2.0.14,<2.1.0" [[package]] name = "starlette" @@ -2043,4 +2043,4 @@ sqlmodel = ["sqlmodel"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "1855e8109c5a378e742e5e655ae630cf2a44e275a823316b2f561913ed77b2cd" +content-hash = "dbb28e5e3d22637154f4500549e27231e56707dcb3151e004fca1b3dde50abf3" diff --git a/pyproject.toml b/pyproject.toml index 5a8f8e41..b6550ef7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ alembic = { version = "^1.4.3", optional = true } asyncpg = { version = "^0.28.0 || ^0.29.0", optional = true } boto3 = { version = "^1.24.74", optional = true } psycopg2 = { version = "^2.8.6", optional = true } -sqlmodel = { version = "^0.0.14", optional = true } +sqlmodel = { version = "^0.0.14 || ^0.0.19", optional = true } [tool.poetry.group.dev.dependencies] alembic = "1.13.1"