Vanna AI Archived on GitHub: What It Means for Teams Using It in Production
The vanna-ai/vanna repository, a popular text-to-SQL open-source tool with 23,800 GitHub stars, was archived by its owner on 29 March 2026, making it permanently read-only. While existing deployments continue to function for now, archiving halts all dependency updates, security patches, and community-driven bug fixes, meaning a breaking change in an underlying library such as SQLAlchemy or an LLM SDK could render it unusable within months. Vanna bundled five distinct capabilities — a training store, schema retrieval, prompt assembly, LLM calls, and UI helpers — and no single maintained library currently replicates all five together. A key risk when replacing its retrieval layer is a silent authorization failure: if the replacement is not identity-aware, a language model may generate valid SQL against restricted tables, receive empty results due to row-level security, and confidently report that no data exists rather than flagging an access denial. Teams are advised to pin their current Vanna version, export training data, and explicitly test how their system responds when a restricted user queries data they are not permitted to see.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in