From bc031e0f305048db2e633f18f5bba49f8e760cd8 Mon Sep 17 00:00:00 2001 From: Yujong Lee Date: Tue, 15 Sep 2026 05:26:07 +0000 Subject: [PATCH] build(rust-bridge): drop redundant maturin include for _native.pyi maturin already packages non-gitignored files under the Python source directory of a mixed project, and the built wheel contains litellm/rust_bridge/_native.pyi without the explicit entry Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d29964b649..bdc0e09a17f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -289,7 +289,6 @@ profile = "release" editable-profile = "dev" include = [ "litellm/proxy/_experimental/out/**", - "litellm/rust_bridge/_native.pyi", "litellm/router_strategy/complexity_router/artifacts/*.json", ] exclude = [