test(base_llm_unit_tests.py): add test to ensure drop params is respe… (#8224)

* test(base_llm_unit_tests.py): add test to ensure drop params is respected

* fix(types/prometheus.py): use typing_extensions for python3.8 compatibility

* build: add cherry picked commits
This commit is contained in:
Krish Dholakia 2025-02-03 16:04:44 -08:00 committed by GitHub
parent d60d3ee970
commit c8494abdea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 250 additions and 71 deletions

View file

@ -168,4 +168,4 @@ def init_guardrails_v2(
guardrail_list.append(parsed_guardrail)
print(f"\nGuardrail List:{guardrail_list}\n") # noqa
verbose_proxy_logger.info(f"\nGuardrail List:{guardrail_list}\n")