Skip to content

Commit 5446e04

Browse files
author
Two Dev
committed
chore: fix Pillow requirements
1 parent ba3fb5c commit 5446e04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_chunk_file_upload/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "django-chunk-file-upload"
2-
__version__ = "1.0.8"
2+
__version__ = "1.0.9"
33
__author__ = "Tu Pham"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2024 Tu Pham and contributors"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ packages = find:
5050
python_requires = >=3.9
5151
install_requires =
5252
Django >= 3.2
53-
pillow~=10.4.0
53+
pillow >= 10.4.0
5454
5555
[options.packages.find]
5656
exclude =

0 commit comments

Comments
 (0)