From 7667ee126fdf3882ad5f2bd23cd05353b23cfc63 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 24 Oct 2024 22:12:49 -0400 Subject: [PATCH] core: remove mustache in extended deps (#27629) Remove mustache from extended deps -- we vendor the mustache implementation --- libs/core/extended_testing_deps.txt | 1 - libs/core/tests/unit_tests/prompts/test_chat.py | 1 - 2 files changed, 2 deletions(-) diff --git a/libs/core/extended_testing_deps.txt b/libs/core/extended_testing_deps.txt index 0e216a6115..5ad9c8930d 100644 --- a/libs/core/extended_testing_deps.txt +++ b/libs/core/extended_testing_deps.txt @@ -1,2 +1 @@ jinja2>=3,<4 -mustache>=0.1.4,<1 diff --git a/libs/core/tests/unit_tests/prompts/test_chat.py b/libs/core/tests/unit_tests/prompts/test_chat.py index 95cbdc5a30..ec9d05c6de 100644 --- a/libs/core/tests/unit_tests/prompts/test_chat.py +++ b/libs/core/tests/unit_tests/prompts/test_chat.py @@ -328,7 +328,6 @@ def test_chat_prompt_template_from_messages_jinja2() -> None: @pytest.mark.requires("jinja2") -@pytest.mark.requires("mustache") @pytest.mark.parametrize( "template_format,image_type_placeholder,image_data_placeholder", [