From 68c00d1c4d608219b5458749f43511cb20cbed1f Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 18 Sep 2025 07:05:10 +0200 Subject: [PATCH] chore: bump ccxt min-version requirement this will allow us to use new features e.g. `.set_markets_from_exchange()` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dda6811ee..4bac06296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ # from requirements.txt - "ccxt>=4.4.87", + "ccxt>=4.5.4", "SQLAlchemy>=2.0.6", "python-telegram-bot>=20.1", "humanize>=4.0.0",