mirror of
https://github.com/lancedb/lancedb.git
synced 2026-08-22 14:08:21 +00:00
4ba2421254
LanceDB's Python SDK now requires Pydantic `>=2.7.4,<3` and uses the v2 APIs throughout. This removes dual-version behavior from schema conversion, query serialization, embedding models, and Function wire models while preserving their existing public and canonical-wire behavior. The minimum-dependencies CI job pins Pydantic 2.7.4 so the declared compatibility floor remains covered.
10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
mkdocs==1.6.1
|
|
mkdocs-jupyter==0.24.1
|
|
mkdocs-material==9.6.23
|
|
mkdocs-autorefs>=0.5,<=1.0
|
|
mkdocstrings[python]>=0.24,<1.0
|
|
griffe>=0.40,<1.0
|
|
mkdocs-render-swagger-plugin>=0.1.0
|
|
pydantic>=2.7.4,<3
|
|
mkdocs-redirects>=1.2.0
|