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",