# Keep LanceDB integrations current with 0.26.0 support

> Agno now aligns with LanceDB’s latest API, replacing the deprecated table_names() with list_tables() and updating the minimum LanceDB version to 0.26.0.

- Published: 2026-01-29
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/keep-lancedb-integrations-current-with-0-26-0-support
- Markdown: https://agno-com-nine.vercel.app/articles/keep-lancedb-integrations-current-with-0-26-0-support.md

Agno now aligns with LanceDB’s latest API, replacing the deprecated table_names() with list_tables() and updating the minimum LanceDB version to 0.26.0. This avoids deprecation-related breakages and keeps integrations stable.

Details:

- Action required: upgrade LanceDB to version 0.26.0 or later
- If you call LanceDB directly, update usage to list_tables(); Agno’s adapter handles this internally

Who this is for: Teams using LanceDB as a vector store and relying on stable, forward-compatible storage integrations.
