Removed V0 third party runtimes (#14119)

This commit is contained in:
Tim O'Farrell
2026-04-24 12:23:01 -06:00
committed by GitHub
parent 180a35f013
commit 77043da280
27 changed files with 13 additions and 2301 deletions

View File

@@ -10,7 +10,7 @@ strict_optional = True
disable_error_code = type-abstract
# Exclude third-party runtime directory from type checking
exclude = (third_party/|enterprise/)
exclude = (enterprise/)
[mypy-openai.*]
follow_imports = skip