Upgrade minimum supported pydantic version

This commit is contained in:
Debanjum Singh Solanky
2023-07-03 12:22:56 -07:00
parent 8bfd5828e6
commit 70f6b8266c

View File

@@ -45,7 +45,7 @@ dependencies = [
"tiktoken >= 0.3.0", "tiktoken >= 0.3.0",
"tenacity >= 8.2.2", "tenacity >= 8.2.2",
"pillow == 9.3.0", "pillow == 9.3.0",
"pydantic >= 1.9.1", "pydantic >= 1.10.10",
"pyqt6 == 6.3.1", "pyqt6 == 6.3.1",
"pyyaml == 6.0", "pyyaml == 6.0",
"rich >= 13.3.1", "rich >= 13.3.1",