diff --git a/poetry.lock b/poetry.lock index 1e33b23..57efd3e 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.3 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -1935,13 +1935,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "strawberry-graphql" -version = "0.240.0" +version = "0.253.0" description = "A library for creating GraphQL APIs" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "strawberry_graphql-0.240.0-py3-none-any.whl", hash = "sha256:bf2aeed166a2ef00cef45333c62b115411b58c54579528d3568f91e99789a0b8"}, - {file = "strawberry_graphql-0.240.0.tar.gz", hash = "sha256:1fcec5f174b911f9b58f8164e836d3d1332fe1bc7939d16926904d842fdd6aee"}, + {file = "strawberry_graphql-0.253.0-py3-none-any.whl", hash = "sha256:d266f7cafeb7784b60f2ed5f7171dc0a912844385016b8b2151fb918c8146254"}, + {file = "strawberry_graphql-0.253.0.tar.gz", hash = "sha256:991975fa1701e03d88ac768e3a2ec8551eeb88ce6c1f3e14f95de6ad9fd3ecfd"}, ] [package.dependencies] @@ -2434,4 +2434,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bd6e5c6cfaadfcc0896110fb0966d5479b8ace5de95950031d7f8b8513c077c8" +content-hash = "8516604c32ad55c6df3f2be412a8cd984082eaf0dd4c1dc7e8a0eb5fe6f210f8" diff --git a/pyproject.toml b/pyproject.toml index c1f7f62..0a5d651 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" sqlmodel = "^0.0.22" -strawberry-graphql = {extras = ["debug-server"], version = "^0.240.0"} +strawberry-graphql = {extras = ["debug-server"], version = ">=0.240,<0.254"} fastapi = "^0.114.0" black = "^24.8.0"