Skip to content

Commit

Permalink
Upgrade minimum versions of Pillow and RapidOCR dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Jan 6, 2024
1 parent 98081bc commit c416509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"openai >= 1.0.0",
"tiktoken >= 0.3.2",
"tenacity >= 8.2.2",
"pillow ~= 9.5.0",
"pillow ~= 10.0.0",
"pydantic >= 2.0.0",
"pyyaml == 6.0",
"rich >= 13.3.1",
Expand Down Expand Up @@ -73,7 +73,7 @@ dependencies = [
"gunicorn == 21.2.0",
"lxml == 4.9.3",
"tzdata == 2023.3",
"rapidocr-onnxruntime == 1.3.8",
"rapidocr-onnxruntime == 1.3.9",
"stripe == 7.3.0",
"openai-whisper >= 20231117",
]
Expand Down

0 comments on commit c416509

Please sign in to comment.