Skip to content

Commit

Permalink
core: remove mustache in extended deps (#27629)
Browse files Browse the repository at this point in the history
Remove mustache from extended deps -- we vendor the mustache
implementation
  • Loading branch information
eyurtsev authored Oct 25, 2024
1 parent 265e0a1 commit 7667ee1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libs/core/extended_testing_deps.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
jinja2>=3,<4
mustache>=0.1.4,<1
1 change: 0 additions & 1 deletion libs/core/tests/unit_tests/prompts/test_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
[
Expand Down

0 comments on commit 7667ee1

Please sign in to comment.