kopia lustrzana https://github.com/wagtail/wagtail
Extend Pillow version range to allow v11 (#12475)
rodzic
947afd2ad4
commit
b0aa6e9511
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Ładowanie…
Reference in New Issue