diff --git a/poetry.lock b/poetry.lock index e8095a84..cf904719 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -1750,14 +1750,14 @@ typing-extensions = ">=3.7.4" [[package]] name = "sqlmodel" -version = "0.0.24" +version = "0.0.27" description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "sqlmodel-0.0.24-py3-none-any.whl", hash = "sha256:6778852f09370908985b667d6a3ab92910d0d5ec88adcaf23dbc242715ff7193"}, - {file = "sqlmodel-0.0.24.tar.gz", hash = "sha256:cc5c7613c1a5533c9c7867e1aab2fd489a76c9e8a061984da11b4e613c182423"}, + {file = "sqlmodel-0.0.27-py3-none-any.whl", hash = "sha256:667fe10aa8ff5438134668228dc7d7a08306f4c5c4c7e6ad3ad68defa0e7aa49"}, + {file = "sqlmodel-0.0.27.tar.gz", hash = "sha256:ad1227f2014a03905aef32e21428640848ac09ff793047744a73dfdd077ff620"}, ] [package.dependencies] @@ -1905,4 +1905,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "91ab9e0c32bf7133581d8022f07206acfe090c6bc972e0a4d7eac8eff3e5dcad" +content-hash = "47704fadc7189096d73bf4ff062221552873c2be7f25749f71c1e0655a53e1ba" diff --git a/pyproject.toml b/pyproject.toml index 95022307..623d88f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "^3.11" fastapi = ">=0.109.1,<1.0.0" -sqlmodel = "^0.0.24" +sqlmodel = "^0.0.27" pydantic = ">=2.0.0,<3.0.0" pydantic-settings = ">=2.0.0,<3.0.0" requests = "^2.32.0"