mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Upgrade pillow to fix pytest workflow failure
This commit is contained in:
parent
7e277e9381
commit
55a23eae25
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ dependencies = [
|
||||||
"tiktoken >= 0.3.2",
|
"tiktoken >= 0.3.2",
|
||||||
"tenacity >= 8.2.2",
|
"tenacity >= 8.2.2",
|
||||||
"magika ~= 0.5.1",
|
"magika ~= 0.5.1",
|
||||||
"pillow ~= 9.5.0",
|
"pillow ~= 10.0.0",
|
||||||
"pydantic >= 2.0.0",
|
"pydantic >= 2.0.0",
|
||||||
"pyyaml ~= 6.0",
|
"pyyaml ~= 6.0",
|
||||||
"rich >= 13.3.1",
|
"rich >= 13.3.1",
|
||||||
|
|
Loading…
Reference in a new issue