diff --git a/ft_client/requirements.txt b/ft_client/requirements.txt index 9b8d46025..9d3110871 100644 --- a/ft_client/requirements.txt +++ b/ft_client/requirements.txt @@ -1,3 +1,3 @@ # Requirements for freqtrade client library requests==2.32.5 -python-rapidjson==1.21 +python-rapidjson==1.22 diff --git a/requirements.txt b/requirements.txt index 2f84982db..b78333e64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ pyarrow==21.0.0; platform_machine != 'armv7l' and platform_machine != "aarch64" pyarrow==20.0.0; platform_machine == "aarch64" # Load ticker files 30% faster -python-rapidjson==1.21 +python-rapidjson==1.22 # Properly format api responses orjson==3.11.3