Compare commits

...

2 Commits

Author SHA1 Message Date
Matthias 13050f0d67 chore: bump version to 2024.12.1 2025-01-18 14:22:50 +01:00
Matthias 61e5b4755c chore: Bump ccxt to 4.4.48
fixes a critical issue with bybit
2025-01-18 14:22:28 +01:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"""Freqtrade bot"""
__version__ = "2024.12"
__version__ = "2024.12.1"
if "dev" in __version__:
from pathlib import Path
+1 -1
View File
@@ -1,7 +1,7 @@
from freqtrade_client.ft_rest_client import FtRestClient
__version__ = "2024.12"
__version__ = "2024.12.1"
if "dev" in __version__:
from pathlib import Path
+1 -1
View File
@@ -4,7 +4,7 @@ bottleneck==1.4.2
numexpr==2.10.2
pandas-ta==0.3.14b
ccxt==4.4.43
ccxt==4.4.48
cryptography==42.0.8; platform_machine == 'armv7l'
cryptography==44.0.0; platform_machine != 'armv7l'
aiohttp==3.10.11