From f18e358dc2852fb02eb76cc4ef0855534ac86c5b Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Wed, 15 May 2024 13:53:55 -0400 Subject: [PATCH] Require `nextline-graphql 0.7.8` or later --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fba0bb1..593224f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -dependencies = ["nextline-graphql>=0.7.6", "httpx>=0.26"] +dependencies = ["nextline-graphql>=0.7.8", "httpx>=0.26"] dynamic = ["version"] [project.optional-dependencies]