From fe5080086c0fc5e769ae83ef848a0d638abb2211cc3d18c02f7406bdce5125b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 21 Mar 2025 13:22:39 +0000 Subject: [PATCH] graphql-core was fixed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gql?expand=0&rev=2 --- python-gql.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-gql.spec b/python-gql.spec index 5b12a0c..031fe12 100644 --- a/python-gql.spec +++ b/python-gql.spec @@ -36,7 +36,7 @@ BuildRequires: %{python_module backoff >= 1.10.0} BuildRequires: %{python_module botocore} BuildRequires: %{python_module flake8-import-order} BuildRequires: %{python_module flake8} -BuildRequires: %{python_module graphql-core >= 3.2 with %python-graphql-core < 3.2.5} +BuildRequires: %{python_module graphql-core >= 3.3 with %python-graphql-core < 3.4} BuildRequires: %{python_module httpx} BuildRequires: %{python_module parse} BuildRequires: %{python_module pycodestyle} @@ -53,7 +53,7 @@ BuildRequires: %{python_module yarl} # /SECTION Requires: python-anyio Requires: python-backoff >= 1.11.1 -Requires: (python-graphql-core >= 3.2 with python-graphql-core < 3.2.5) +Requires: (python-graphql-core >= 3.3 with python-graphql-core < 3.4) Requires: python-yarl >= 1.6 Requires(post): update-alternatives Requires(postun): update-alternatives