diff --git a/poetry.lock b/poetry.lock index 1e33b23..cf96e71 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.247.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.247.0-py3-none-any.whl", hash = "sha256:607714c537f8c3e98b80b0de14467f012dd839bff5e4961eee311a39d27786ba"}, + {file = "strawberry_graphql-0.247.0.tar.gz", hash = "sha256:a8ea47b37cf75eca31acc7929ec045d2c32a54b76a95e0cad3e9bf33d79f53ab"}, ] [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 = "d4b2826ddf18b80d05efcbdf3a7abc2b85bc87d1f5cfacdccf62943e78f72891" diff --git a/pyproject.toml b/pyproject.toml index c1f7f62..1785184 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.248"} fastapi = "^0.114.0" black = "^24.8.0"