From 60494c2850e2d7ec51b0409c6a154eedd3385540 Mon Sep 17 00:00:00 2001 From: DogsTailFarmer Date: Sat, 18 Jan 2025 18:50:07 +0300 Subject: [PATCH] 3.0.18 --- CHANGELOG.md | 3 ++- martin_binance/__init__.py | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9b6d5..53e2a49 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## 3.0.18 - 2025-01-17 +## 3.0.18 - 2025-01-18 ### Update * Change dependency model for exchanges-wrapper +* Up requirements for exchanges-wrapper>=2.1.26 ## 3.0.17 - 2025-01-16 ### Fix diff --git a/martin_binance/__init__.py b/martin_binance/__init__.py index 0cc4e42..1adf486 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.18rc2" +__version__ = "3.0.18" __maintainer__ = "Jerry Fedorenko" __contact__ = "https://github.com/DogsTailFarmer" diff --git a/pyproject.toml b/pyproject.toml index 9e52431..4917004 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dynamic = ["version", "description"] requires-python = ">=3.9" dependencies = [ - "exchanges-wrapper>=2.1.24", + "exchanges-wrapper>=2.1.26", "jsonpickle==3.3.0", "psutil==6.0.0", "requests==2.32.3", diff --git a/requirements.txt b/requirements.txt index e07b6eb..07e597d 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -exchanges-wrapper>=2.1.24 +exchanges-wrapper>=2.1.26 jsonpickle==3.3.0 psutil==6.0.0 requests==2.32.3