Update minimum pydantic version to one with model_validate function

This commit is contained in:
Debanjum Singh Solanky 2023-11-20 14:52:37 -08:00
parent 237195e20e
commit 4e98acbca7

View file

@ -46,7 +46,7 @@ dependencies = [
"tiktoken >= 0.3.2", "tiktoken >= 0.3.2",
"tenacity >= 8.2.2", "tenacity >= 8.2.2",
"pillow == 9.3.0", "pillow == 9.3.0",
"pydantic >= 1.10.10", "pydantic >= 2.0.0",
"pyyaml == 6.0", "pyyaml == 6.0",
"rich >= 13.3.1", "rich >= 13.3.1",
"schedule == 1.1.0", "schedule == 1.1.0",