feat(runtime): add kubernetes support (#8814)

Co-authored-by: Corey White <corey.white@ziffdavis.com>
Co-authored-by: luke_schulz <luke.schulz@ziffmedia.com>
This commit is contained in:
brettstewart
2025-06-18 16:25:50 -05:00
committed by GitHub
parent ef582a6335
commit 54af9ff3fe
18 changed files with 1941 additions and 13 deletions

View File

@@ -85,6 +85,8 @@ stripe = ">=11.5,<13.0"
google-cloud-aiplatform = "*"
anthropic = { extras = [ "vertex" ], version = "*" }
boto3 = "*"
kubernetes = "^33.1.0"
pyyaml = "^6.0.2"
[tool.poetry.group.dev]
optional = true