diff --git a/pyproject.toml b/pyproject.toml index 6df9ba8..ebc20d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,3 +42,9 @@ package = true dev = [ "pytest>=8.3.5", ] + +[tool.pytest.ini_options] +filterwarnings = [ + "ignore::DeprecationWarning:pydantic.*", + "ignore:.*example.* has been deprecated.*:DeprecationWarning", +]