Loosen graphql-core pin

This commit is contained in:
ddelange 2022-04-04 13:42:53 +02:00 committed by GitHub
parent cc187ef1e6
commit d99c904a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ setup(
keywords="api graphql protocol rest relay graphene",
packages=find_packages(exclude=["examples*"]),
install_requires=[
"graphql-core~=3.1.2",
"graphql-core~=3.1",
"graphql-relay>=3.0,<4",
"aniso8601>=8,<10",
],