mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update minimum pydantic version to one with model_validate function
This commit is contained in:
parent
237195e20e
commit
4e98acbca7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ dependencies = [
|
|||
"tiktoken >= 0.3.2",
|
||||
"tenacity >= 8.2.2",
|
||||
"pillow == 9.3.0",
|
||||
"pydantic >= 1.10.10",
|
||||
"pydantic >= 2.0.0",
|
||||
"pyyaml == 6.0",
|
||||
"rich >= 13.3.1",
|
||||
"schedule == 1.1.0",
|
||||
|
|
Loading…
Reference in a new issue