Extend Pillow version range to allow v11 (#12475)

stable/6.3.x
Storm B. Heg 2024-10-27 14:03:30 +01:00 zatwierdzone przez Matt Westcott
rodzic 947afd2ad4
commit b0aa6e9511
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -88,6 +88,7 @@ Changelog
* Maintenance: Remove `image_format_name_to_content_type` helper function that duplicates Willow functionality (Matt Westcott)
* Maintenance: Improve code reuse for footer actions markup across generic views (Sage Abdullah)
* Maintenance: Deprecate internal `DeleteMenuItem` API for footer actions (Sage Abdullah)
* Maintenance: Update Pillow dependency to allow 11.x (Storm Heg)
6.2.3 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -151,6 +151,7 @@ This feature was developed by Bart Cieliński, alexkiro, and Sage Abdullah.
* Remove `image_format_name_to_content_type` helper function that duplicates Willow functionality (Matt Westcott)
* Improve code reuse for footer actions markup across generic views (Sage Abdullah)
* Deprecate internal `DeleteMenuItem` API for footer actions (Sage Abdullah)
* Update Pillow dependency to allow 11.x (Storm Heg)
## Upgrade considerations - deprecation of old functionality

Wyświetl plik

@ -27,7 +27,7 @@ install_requires = [
"djangorestframework>=3.15.1,<4.0",
"django-filter>=23.3,<25",
"draftjs_exporter>=2.1.5,<6.0",
"Pillow>=9.1.0,<11.0.0",
"Pillow>=9.1.0,<12.0.0",
"beautifulsoup4>=4.8,<4.13",
"Willow[heif]>=1.8.0,<2",
"requests>=2.11.1,<3.0",