We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b6286 commit 5290c93Copy full SHA for 5290c93
setup.py
@@ -84,7 +84,7 @@ def run_tests(self):
84
install_requires=[
85
"graphql-core>=3.1.2,<4",
86
"graphql-relay>=3.0,<4",
87
- "aniso8601>=8,<9",
+ "aniso8601>=8,<10",
88
],
89
tests_require=tests_require,
90
extras_require={"test": tests_require, "dev": dev_requires},
0 commit comments