From 806924e79ab71a250d28302de04a69787e9e7def Mon Sep 17 00:00:00 2001 From: "shiyao.zhu" Date: Tue, 28 Mar 2023 11:18:32 +0800 Subject: [PATCH] update dependence and version --- okx/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/okx/__init__.py b/okx/__init__.py index d98db50..1d14033 100644 --- a/okx/__init__.py +++ b/okx/__init__.py @@ -2,4 +2,4 @@ Python SDK for the OKX API v5 """ -__version__="0.1.6" \ No newline at end of file +__version__="0.1.7" \ No newline at end of file diff --git a/setup.py b/setup.py index 15923ca..2b7a05d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setuptools.setup( ], install_requires=[ "importlib-metadata", - "httpx", + "httpx[http2]", "keyring", "requests", "Twisted",