diff --git a/pyproject.toml b/pyproject.toml index 3c7ff88..f8685ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -194,3 +194,8 @@ asyncio_default_fixture_loop_scope = "function" markers = [ "e2e", ] +filterwarnings =[ + # Dilence litellm warning coming from their Pydantic config. + # This assumes our use of Pydantic is correct :) + "ignore:Support for class-based `config` is deprecated" +]