Skip to content

Commit 5d4d193

Browse files
committed
Update graphql.py
Add ssl context to prevent blocking call
1 parent 41bc675 commit 5d4d193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ python-dateutil = ">=2.8.2"
7474
python = "^3.9.0"
7575
voluptuous = ">=0.13.1"
7676
pyyaml = "^6.0.2"
77-
httpx = {version = ">=0.20.0", extras = ["http2"]}
77+
httpx = {version = ">=0.27.0", extras = ["http2"]}
7878
httpx-sse = ">=0.4.0"
7979

8080
[poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)