diff --git a/pyproject.toml b/pyproject.toml index 3827cf7..6ccc8fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = ["transitions>=0.9", "httpx>=0.23"] dynamic = ["version"] [project.optional-dependencies] -host = ["nextline-graphql>=0.7.6"] +host = ["nextline-graphql>=0.7.7"] tests = [ "async-asgi-testclient>=1.4", "pytest-asyncio>=0.18",