diff --git a/pyproject.toml b/pyproject.toml index a6ece60..930e451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "bugsnag>=4.9.0,<5", "cloud-pipelines>=0.23.2.4", "fastapi[standard]>=0.115.12", - "kubernetes>=33.1.0", + "kubernetes>=33.1.0,<36", "opentelemetry-api>=1.41.1", "opentelemetry-exporter-otlp-proto-grpc>=1.41.1", "opentelemetry-exporter-otlp-proto-http>=1.39.1", diff --git a/uv.lock b/uv.lock index 795f9a8..abf5e28 100644 --- a/uv.lock +++ b/uv.lock @@ -15,7 +15,7 @@ resolution-markers = [ ] [options] -exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values. +exclude-newer = "2026-05-21T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values. exclude-newer-span = "P7D" [[package]] @@ -660,7 +660,7 @@ requires-dist = [ { name = "bugsnag", specifier = ">=4.9.0,<5" }, { name = "cloud-pipelines", specifier = ">=0.23.2.4" }, { name = "fastapi", extras = ["standard"], specifier = ">=0.115.12" }, - { name = "kubernetes", specifier = ">=33.1.0" }, + { name = "kubernetes", specifier = ">=33.1.0,<36" }, { name = "opentelemetry-api", specifier = ">=1.41.1" }, { name = "opentelemetry-exporter-otlp-proto-grpc", specifier = ">=1.41.1" }, { name = "opentelemetry-exporter-otlp-proto-http", specifier = ">=1.39.1" },