diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c08f9b..de68a4b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.3.7.post2 2023-09-30 +### Update +* Dependency: Up requirements for crypto-ws-api==2.0.3 + ## v1.3.7.post1 2023-09-24 ### Fix * [2023-09-24 07:10:21,076: ERROR] Fetch order trades for HuobiSub2: HTUSDT exception: Client.fetch_order_trade_list() diff --git a/exchanges_wrapper/__init__.py b/exchanges_wrapper/__init__.py index de51397..a5dfb9b 100644 --- a/exchanges_wrapper/__init__.py +++ b/exchanges_wrapper/__init__.py @@ -12,7 +12,7 @@ __contact__ = "https://github.com/DogsTailFarmer" __email__ = "jerry.fedorenko@yahoo.com" __credits__ = ["https://github.com/DanyaSWorlD"] -__version__ = "1.3.7.post1" +__version__ = "1.3.7.post2" from pathlib import Path import shutil diff --git a/pyproject.toml b/pyproject.toml index e18d41f..f23c79e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dynamic = ["version", "description"] requires-python = ">=3.8" dependencies = [ - "crypto-ws-api==2.0.2.post1", + "crypto-ws-api==2.0.3", "grpcio==1.48.2", "grpcio-tools==1.48.2", "idna==3.4", diff --git a/requirements.txt b/requirements.txt index 7b365a0..786c7b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -crypto-ws-api==2.0.2.post1 +crypto-ws-api==2.0.3 grpcio==1.48.2 grpcio-tools==1.48.2 idna==3.4