docs(vllm): drop the SSE streaming branch pin now that PR 25 is merged - #37
Merged
Conversation
Gateway PR 25 landed on ja/live-runner, so the vllm example no longer needs the rs/live-runner-streaming pin. Point the SDK source at the mainline branch and remove the interim notes from both READMEs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Removes the temporary documentation and dependency pinning that referenced the pre-merge SSE streaming work in the livepeer-gateway SDK, now that gateway PR #25 has landed on ja/live-runner.
Changes:
- Update the
livepeer-gatewayuv git source invllm/pyproject.tomlto trackja/live-runnerinstead of the interimrs/live-runner-streamingbranch. - Remove “IMPORTANT” notes in both the repo README and
vllmREADME that warned SSE streaming required the unmerged PR/branch.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
vllm/README.md |
Removes the outdated SSE streaming warning block now that streaming is available on the main gateway branch used by this repo. |
vllm/pyproject.toml |
Switches the livepeer-gateway git branch source to ja/live-runner. |
README.md |
Removes the repo-level SSE streaming warning that referenced the now-merged gateway PR/branch pin. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gateway PR livepeer/livepeer-python-gateway#25 (SSE streaming) merged into
ja/live-runneron 2026-07-27, so the interim branch pin is no longer needed.vllm/pyproject.toml: point thelivepeer-gatewayuv source atja/live-runnerinstead ofrs/live-runner-streamingvllm/README.md: remove the IMPORTANT note about the unmerged PR from the streaming sectionREADME.md: remove the matching note from the repo READMEVerified locally with
uv lock --upgrade-package livepeer-gateway && uv sync(resolves to9f2bc20onja/live-runner).