Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ The Tensorlake application allows unauthenticated invocation for GitHub webhooks
to send `workflow_job` events directly to the deployed `github_runner_webhook` application endpoint.
The application receives the exact request bytes as an SDK `HttpBody`, verifies GitHub's HMAC
signature before accepting work, and reads the case-insensitive, sanitized `Headers` collection
from Tensorlake's request context. These APIs require `tensorlake>=0.5.95`.
from Tensorlake's request context. These APIs require `tensorlake>=0.5.97`.

## Runner Resources

Expand Down
2 changes: 1 addition & 1 deletion github_runner_orchestrator/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
app_image = Image(
name="github-runner-orchestrator",
base_image="ghcr.io/astral-sh/uv:python3.11-bookworm-slim",
).run("uv pip install --system 'PyJWT[crypto]>=2.8.0' requests 'tensorlake>=0.5.95'")
).run("uv pip install --system 'PyJWT[crypto]>=2.8.0' requests 'tensorlake>=0.5.97'")
logger = Logger.get_logger(module="github_runner_orchestrator")

REQUIRED_RUNNER_LABEL = "tensorlake"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires-python = ">=3.11"
dependencies = [
"PyJWT[crypto]>=2.8.0",
"requests>=2.31.0",
"tensorlake>=0.5.95",
"tensorlake>=0.5.97",
]

[build-system]
Expand Down
14 changes: 7 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.