diff --git a/CHANGELOG.md b/CHANGELOG.md index c39cadb..b2cad43 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.0.15- 2024-09-14 +### Update +* Up requirements for exchanges-wrapper==2.1.20 +* Add `betterproto` to requirements + ## 3.0.14- 2024-09-13 ### Fix * `pyproject.toml` diff --git a/martin_binance/__init__.py b/martin_binance/__init__.py index 489500e..d87163c 100755 --- a/martin_binance/__init__.py +++ b/martin_binance/__init__.py @@ -6,7 +6,7 @@ __author__ = "Jerry Fedorenko" __copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM" __license__ = "MIT" -__version__ = "3.0.14" +__version__ = "3.0.15" __maintainer__ = "Jerry Fedorenko" __contact__ = "https://github.com/DogsTailFarmer" diff --git a/pyproject.toml b/pyproject.toml index 8c238d7..39599a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dynamic = ["version", "description"] requires-python = ">=3.9" dependencies = [ - "exchanges-wrapper==2.1.19", + "exchanges-wrapper==2.1.20", "jsonpickle==3.3.0", "psutil==6.0.0", "requests==2.32.3", @@ -39,7 +39,8 @@ dependencies = [ "numpy~=2.1.1", "scipy==1.14.1", "toml~=0.10.2", - "schedule~=1.2.2" + "schedule~=1.2.2", + "betterproto==2.0.0b6" ] [tool.flit.module] diff --git a/requirements.txt b/requirements.txt index 283f4bf..b188b9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -exchanges-wrapper==2.1.19 +exchanges-wrapper==2.1.20 jsonpickle==3.3.0 psutil==6.0.0 requests==2.32.3 @@ -21,3 +21,4 @@ numpy~=2.1.1 scipy==1.14.1 toml~=0.10.2 schedule~=1.2.2 +betterproto==2.0.0b6 \ No newline at end of file