Skip to content

Commit e8458ec

Browse files
click version to support python 3.9
1 parent 8eff6eb commit e8458ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Topic :: Software Development :: Libraries :: Python Modules",
2626
]
2727
dependencies = [
28-
"click~=8.2",
28+
"click~=8.1.8",
2929
"graphql-core>=3.2.0,<3.3",
3030
"toml~=0.10",
3131
"httpx~=0.23",

0 commit comments

Comments
 (0)