We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70c016 commit 0754aefCopy full SHA for 0754aef
1 file changed
pyproject.toml
@@ -34,6 +34,11 @@ classifiers = [
34
35
python = ">=3.7.2,<3.12"
36
37
+# urllib must be pinned to <2 due to an issue with the `requests_toolbelt`
38
+# dependency in `gql`.
39
+# Similar: https://github.com/apache/arrow/commit/4295e3dd06f9f507f75ccc780eaca16a6b621a02
40
+urllib3 = "<2"
41
+
42
click = "^8.0"
43
requests = "^2.25.0"
44
ratelimit = "^2.2.1"
0 commit comments