improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592)

This commit is contained in:
Bowen Liang
2024-06-14 01:05:37 +08:00
committed by GitHub
parent e8afc416dd
commit f976740b57
87 changed files with 697 additions and 300 deletions

View File

@@ -167,7 +167,9 @@ azure-storage-blob = "12.13.0"
azure-identity = "1.15.0"
lxml = "5.1.0"
xlrd = "~2.0.1"
pydantic = "~1.10.0"
pydantic = "~2.7.3"
pydantic_extra_types = "~2.8.0"
bump-pydantic = "~0.8.0"
pgvecto-rs = "0.1.4"
firecrawl-py = "0.0.5"
oss2 = "2.18.5"