From ea1f96dab03f4d69b93e9faa6352678167b5756f Mon Sep 17 00:00:00 2001 From: Andrew Yao Date: Tue, 24 Dec 2024 22:27:54 -0800 Subject: [PATCH] build(python): Add project.dynamic = ["version"] to pyproject.toml --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 736da361..7a0332b9 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,6 @@ [project] name = "lancedb" +dynamic = ["version"] # version in Cargo.toml dependencies = [ "deprecation",