We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ab1a7 commit d802b46Copy full SHA for d802b46
src/hiro_graph_client/VERSION
@@ -1 +1 @@
1
-5.3.0
+5.3.1
src/hiro_graph_client/websocketlib.py
@@ -433,6 +433,7 @@ def run_forever(self):
433
self._ws.run_forever(http_proxy_host=self._proxy_hostname,
434
http_proxy_port=self._proxy_port,
435
http_proxy_auth=self._proxy_auth,
436
+ proxy_type='http',
437
sslopt={
438
"cert_reqs": ssl.CERT_NONE
439
} if not self._api_handler.ssl_config.verify else None)
0 commit comments