diff --git a/pyproject.toml b/pyproject.toml index 9c8f9ac..e844a05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ trading = [ ] media = [ "moviepy>=2.0", - "Pillow>=10.0", + "Pillow>=12.2.0", "rembg>=2.0", "google-api-python-client>=2.0", "google-auth-oauthlib>=1.0", diff --git a/requirements.txt b/requirements.txt index 7406194..4c41cd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ playwright>=1.40.0 edge-tts>=6.1.0 # Image processing (media factory) -Pillow>=10.0.0 +Pillow>=12.2.0 # Document parsing (knowledge base) PyPDF2>=3.0.0