diff --git a/src/api/poetry.lock b/src/api/poetry.lock index f877c30..3b250d1 100644 --- a/src/api/poetry.lock +++ b/src/api/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -614,13 +614,13 @@ virtualenv = ">=20.10.0" [[package]] name = "prisma" -version = "0.13.1" +version = "0.15.0" description = "Prisma Client Python is an auto-generated and fully type-safe database client" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.8.0" files = [ - {file = "prisma-0.13.1-py3-none-any.whl", hash = "sha256:b79ad69bdf09b217431904c1250c36421233ea394a230f1665f5699fd842ea20"}, - {file = "prisma-0.13.1.tar.gz", hash = "sha256:f0f86a67c38e6f08b53cce9272dd9c736f69f4fcbb94dbdfa87bf44f983e925d"}, + {file = "prisma-0.15.0-py3-none-any.whl", hash = "sha256:de949cc94d3d91243615f22ff64490aa6e2d7cb81aabffce53d92bd3977c09a4"}, + {file = "prisma-0.15.0.tar.gz", hash = "sha256:5cd6402aa8322625db3fc1152040404e7fc471fe7f8fa3a314fa8a99529ca107"}, ] [package.dependencies] @@ -1412,4 +1412,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c79e8c72a4dfeac6a44fc0951375200828ed6635b9ced8b061becc8f19c9f960" +content-hash = "8c4696a13f722d0133d2d55f8b639d93f1c6472ac47eada4334aa033de271b00" diff --git a/src/api/pyproject.toml b/src/api/pyproject.toml index 64f2537..417aa58 100644 --- a/src/api/pyproject.toml +++ b/src/api/pyproject.toml @@ -17,7 +17,7 @@ python = "^3.11" fastapi = "^0.111.0" httpx = "^0.27.0" uvicorn = "^0.30.1" -prisma = "^0.13.1" +prisma = "^0.15.0" pydantic = {extras = ["dotenv"], version = "^2.7.3"} pydantic-settings = "^2.3.2" python-jose = "^3.3.0"