From 86904dddf737378ba075d731891f32d96b5ad3dc Mon Sep 17 00:00:00 2001 From: 21in7 Date: Sun, 1 Mar 2026 16:14:03 +0900 Subject: [PATCH] fix: upgrade to Python 3.12 to support pandas-ta>=0.4.67b0 Made-with: Cursor --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53681ae..2a61936 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.12-slim WORKDIR /app diff --git a/requirements.txt b/requirements.txt index 0987638..521df76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-binance==1.0.19 -pandas>=2.2.0 +pandas>=2.3.2 pandas-ta==0.4.71b0 python-dotenv==1.0.0 httpx>=0.27.0