fix(dependencies): update pillow version constraint to allow newer releases. ref #709

This commit is contained in:
ntohidi
2025-05-07 11:18:13 +02:00
parent 39e3b792a1
commit 12783fabda
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ dependencies = [
"lxml~=5.3", "lxml~=5.3",
"litellm>=1.53.1", "litellm>=1.53.1",
"numpy>=1.26.0,<3", "numpy>=1.26.0,<3",
"pillow~=10.4", "pillow>=10.4",
"playwright>=1.49.0", "playwright>=1.49.0",
"python-dotenv~=1.0", "python-dotenv~=1.0",
"requests~=2.26", "requests~=2.26",

View File

@@ -4,7 +4,7 @@ aiosqlite~=0.20
lxml~=5.3 lxml~=5.3
litellm>=1.53.1 litellm>=1.53.1
numpy>=1.26.0,<3 numpy>=1.26.0,<3
pillow~=10.4 pillow>=10.4
playwright>=1.49.0 playwright>=1.49.0
python-dotenv~=1.0 python-dotenv~=1.0
requests~=2.26 requests~=2.26