diff --git a/poetry.lock b/poetry.lock index 86e560f..ed0e7d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -811,18 +811,18 @@ sqlcipher = ["sqlcipher3-binary"] [[package]] name = "sqlmodel" -version = "0.0.32" +version = "0.0.34" description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "sqlmodel-0.0.32-py3-none-any.whl", hash = "sha256:d62f0702599592046c1a136d3512feab3d5a80e2988642ef0ed2c89b9b8b297b"}, - {file = "sqlmodel-0.0.32.tar.gz", hash = "sha256:48e8fe4c8c3d7d8bf8468db17fa92ca680421e86cfec8b352217ef40736767be"}, + {file = "sqlmodel-0.0.34-py3-none-any.whl", hash = "sha256:aeabc8f0de32076a0ed9216e88568459d737fca1e7133bfc6d1c657920789a2d"}, + {file = "sqlmodel-0.0.34.tar.gz", hash = "sha256:577e4aae1ba96ee5038e03d8b1404c642dad1a92e628988cdf4ce68d27abe982"}, ] [package.dependencies] -pydantic = ">=2.7.0" +pydantic = ">=2.11.0" SQLAlchemy = ">=2.0.14,<2.1.0" [[package]] @@ -918,4 +918,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "d66948f702aa7aecc813eb7ab7b001353ceaae0909c52b0ebf90ccb52519f7d3" +content-hash = "941f4f1aed5a2d83011f269dddac5b7a81f6216635756feb298e36de5c13c049" diff --git a/pyproject.toml b/pyproject.toml index 75f0873..5fc73d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.11" fastapi = "^0.129.0" -sqlmodel = "^0.0.32" +sqlmodel = "^0.0.34" uvicorn = "^0.40.0" [tool.poetry.group.dev.dependencies]