Skip to content

Commit

Permalink
Unlock graphql-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
etripier committed Mar 7, 2024
1 parent e94e4a2 commit 46677d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def run_tests(self):
keywords="api graphql protocol rest relay graphene",
packages=find_packages(exclude=["examples*"]),
install_requires=[
"graphql-core>=3.1,<=3.3.0a3",
"graphql-core>=3.1,<3.4",
"aniso8601>=8,<10",
],
tests_require=tests_require,
Expand Down

0 comments on commit 46677d4

Please sign in to comment.