diff --git a/mypy.ini b/mypy.ini index e769e7a..be2af8a 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,6 +1,12 @@ [mypy] plugins = pydantic.mypy +[mypy-httpx_sse.*] +ignore_missing_imports = True + +[mypy-vectara.agent_events.types.*] +ignore_errors = True + [mypy-publication.*] ignore_missing_imports = True -ignore_errors = True \ No newline at end of file +ignore_errors = True