Ver Fonte

Extend Pillow version range to allow v11 (#12475)

Storm B. Heg há 5 meses atrás
pai
commit
d404d37ba5
3 ficheiros alterados com 3 adições e 1 exclusões
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/6.3.md
  3. 1 1
      setup.py

+ 1 - 0
CHANGELOG.txt

@@ -107,6 +107,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

+ 1 - 0
docs/releases/6.3.md

@@ -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
 

+ 1 - 1
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",