Downgrade pyproject.toml to avert depedency conflict

This commit is contained in:
sabaimran 2023-11-15 10:47:54 -08:00
parent 05b7542115
commit d06b2cf24b

View file

@ -45,7 +45,7 @@ dependencies = [
"openai >= 0.27.0, < 1.0.0", "openai >= 0.27.0, < 1.0.0",
"tiktoken >= 0.3.2", "tiktoken >= 0.3.2",
"tenacity >= 8.2.2", "tenacity >= 8.2.2",
"pillow == 10.0.1", "pillow == 9.3.0",
"pydantic >= 1.10.10", "pydantic >= 1.10.10",
"pyyaml == 6.0", "pyyaml == 6.0",
"rich >= 13.3.1", "rich >= 13.3.1",