fix(dependencies): update pillow version constraint to allow newer releases. ref #709
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user