remove pydantic 1 support

This commit is contained in:
Lei Xu
2026-01-29 16:18:56 -08:00
parent 9be28448f5
commit ec464ad01e
3 changed files with 19 additions and 89 deletions

View File

@@ -8,7 +8,7 @@ dependencies = [
"overrides>=0.7; python_version<'3.12'",
"packaging",
"pyarrow>=16",
"pydantic>=1.10",
"pydantic>=2",
"tqdm>=4.27.0",
"lance-namespace>=0.3.2"
]