Skip to content

Commit 0754aef

Browse files
committed
Fix urllib3 issue due to gql dependencies
1 parent b70c016 commit 0754aef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ classifiers = [
3434

3535
python = ">=3.7.2,<3.12"
3636

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+
3742
click = "^8.0"
3843
requests = "^2.25.0"
3944
ratelimit = "^2.2.1"

0 commit comments

Comments
 (0)