From b9730b3a1d614f17926c09560c386c6f85d8cc46 Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 2 Mar 2026 16:19:08 -0400 Subject: [PATCH] Upgrade ccxt from 4.4.8 to 4.5.40 Key improvements: - 80-190% performance gains in utility functions - New margin/futures WebSocket support for Binance - Better liquidation and position tracking - coincurve library for faster ECDSA signing - New exchange support (Aster) All Exchange methods verified working with new version. Co-Authored-By: Claude Opus 4.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1406937..9723021 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ config~=0.5.1 PyYAML==6.0.2 pandas==2.2.3 passlib~=1.7.4 -ccxt==4.4.8 +ccxt==4.5.40 flask-socketio~=5.4.1 pytz==2024.2 backtrader==1.9.78.123