diff --git a/libs/ai-endpoints/pyproject.toml b/libs/ai-endpoints/pyproject.toml index 0b88cef8..ffa4bf03 100644 --- a/libs/ai-endpoints/pyproject.toml +++ b/libs/ai-endpoints/pyproject.toml @@ -72,6 +72,11 @@ select = [ disallow_untyped_defs = "True" exclude = ["notebooks", "examples", "example_data", "langchain_core/pydantic"] +[[tool.mypy.overrides]] +# conditional dependencies introduced by langsmith-sdk +module = ["numpy", "pytest"] +ignore_missing_imports = true + [tool.coverage.run] omit = ["tests/*"]