diff --git a/poetry.lock b/poetry.lock index 7eaff9d..c1ced95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2760,14 +2760,14 @@ docstring-parser = ">=0.12" [[package]] name = "tortoise-orm" -version = "1.0.0" +version = "1.1.5" description = "Easy async ORM for python, built with relations in mind" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "tortoise_orm-1.0.0-py3-none-any.whl", hash = "sha256:4f5b609f6e41914a64c9a80233fc5d2e612e7eb1c7b880627d67cd0710ee9bb5"}, - {file = "tortoise_orm-1.0.0.tar.gz", hash = "sha256:d66188f70c74fd7ea24f294f42f0b16ba9a2b6cdd95d0fcb2fb6cb41759947f4"}, + {file = "tortoise_orm-1.1.5-py3-none-any.whl", hash = "sha256:aae3c6871e24791f08d16e5b6a207ef62e2fcbfb74720b5870b06bdb52b5a849"}, + {file = "tortoise_orm-1.1.5.tar.gz", hash = "sha256:d4074a7c34a8445fcca19ec865189d80ea7a00b29e4b12778460fcab67a5ce74"}, ] [package.dependencies] @@ -3303,4 +3303,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "de1b95626379ac1160ee9b51cbc2c27ea0bb7ac14ae0143921858326cbd1f8bb" +content-hash = "736b6a62b6f9cec8b5599e53234e4714e9f1b185ab0b523f47191467ff16a5a6" diff --git a/pyproject.toml b/pyproject.toml index 7eff9c0..f44be6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python = "^3.11" litestar = {extras = ["full"], version = "^2.20.0"} pydantic = "^2.12.5" pydantic-settings = "^2.12.0" -tortoise-orm = {extras = ["asyncpg"], version = "^1.0.0"} +tortoise-orm = {extras = ["asyncpg"], version = "^1.1.5"} sqlalchemy = "^2.0.46" uvicorn = "^0.40.0" aiohttp = "^3.13.3"