diff --git a/poetry.lock b/poetry.lock index fd3b1f5..971048a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -546,13 +546,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "prisma" -version = "0.12.0" +version = "0.13.1" description = "Prisma Client Python is an auto-generated and fully type-safe database client" optional = false python-versions = ">=3.7.0" files = [ - {file = "prisma-0.12.0-py3-none-any.whl", hash = "sha256:4b90438bb8030f71a33bfb66fdf2ce1e342a28ee524e4c2702d9f73643571d6f"}, - {file = "prisma-0.12.0.tar.gz", hash = "sha256:ec22804caae37555bd9ffa5efdcc630b2bed77187d13da5269715b1ad51a35f9"}, + {file = "prisma-0.13.1-py3-none-any.whl", hash = "sha256:b79ad69bdf09b217431904c1250c36421233ea394a230f1665f5699fd842ea20"}, + {file = "prisma-0.13.1.tar.gz", hash = "sha256:f0f86a67c38e6f08b53cce9272dd9c736f69f4fcbb94dbdfa87bf44f983e925d"}, ] [package.dependencies] @@ -560,11 +560,11 @@ click = ">=7.1.2" httpx = ">=0.19.0" jinja2 = ">=2.11.2" nodeenv = "*" -pydantic = ">=1.8.0,<3" +pydantic = ">=1.10.0,<3" python-dotenv = ">=0.12.0" StrEnum = {version = "*", markers = "python_version < \"3.11\""} tomlkit = "*" -typing-extensions = ">=4.0.1" +typing-extensions = ">=4.5.0" [package.extras] all = ["nodejs-bin"] @@ -1260,4 +1260,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4eddd2665815417a94a32218bebb28da8405555f1b6d5bfbf726556f68af0690" +content-hash = "74aef96c584bd215a44251585ae4b0df78c691f2032ee85d8a00b987890779d9" diff --git a/pyproject.toml b/pyproject.toml index a7b043a..cfa9106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ uvicorn = ">=0.22,<0.28" jinja2 = "^3.1.2" fastapi = { extras = ["all"], version = ">=0.95.2,<0.111.0" } gunicorn = ">=20.1,<22.0" -prisma = ">=0.10,<0.13" +prisma = ">=0.10,<0.14" [tool.poetry.group.dev.dependencies] ruff = ">=0.1,<0.4"