From 93be28e6dc795b3b5619df7c91ed32b2a191059c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 19:15:25 +0000 Subject: [PATCH] fix: exclude Rust messages rollout flag from env docs check Co-Authored-By: Ishaan Jaffer <155045088+ishaan-berri@users.noreply.github.com> --- tests/documentation_tests/test_env_keys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/documentation_tests/test_env_keys.py b/tests/documentation_tests/test_env_keys.py index 60fbd505d67..fb6b7f639f2 100644 --- a/tests/documentation_tests/test_env_keys.py +++ b/tests/documentation_tests/test_env_keys.py @@ -27,6 +27,7 @@ EXCLUDED_GUARD_ONLY_VARS = { # Temporary/internal rollout flags are intentionally not added to the public # environment settings docs until the feature is ready for broad use. EXCLUDED_ROLLOUT_FLAGS = { + "LITELLM_USE_RUST_MESSAGES", "LITELLM_USE_RUST_OCR", }