Skip to content

Commit 6f7a288

Browse files
authored
fix: Adjust the HTTPx config (#112)
1 parent 77d6be7 commit 6f7a288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana_api/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class APIModel:
9999
headers: dict = None
100100
timeout: float = 10.0
101101
http2_support: bool = False
102-
ssl_context: ssl.SSLContext = httpx.create_ssl_context(http2=http2_support)
102+
ssl_context: ssl.SSLContext = httpx.create_ssl_context()
103103
num_pools: int = 10
104104
retries: any = 10
105105

0 commit comments

Comments
 (0)