chore(sdk-python): release v0.1.91#5011
Merged
Merged
Conversation
Cuts copilotkit 0.1.91 with forwarded-header extraction landed in #4984 (_extract_forwarded_headers_from_config + lowercase-at-insertion precedence + exception-safe ContextVar clearing).
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📣 Social Copy GeneratorGenerate social media copies (Twitter/X, LinkedIn, Blog Post) for this PR using Claude.
|
3 tasks
jpr5
added a commit
that referenced
this pull request
May 26, 2026
) ## Summary Bumps `copilotkit==0.1.90` → `copilotkit==0.1.91` in three showcase Python integration `requirements.txt` files: - `showcase/integrations/langgraph-python` - `showcase/integrations/strands` - `showcase/integrations/langgraph-fastapi` Picks up the forwarded-header extraction landed in #4984 and published as `copilotkit 0.1.91` on PyPI by the release in #5011. Updates `validate-pins` ratchet hash in `showcase/scripts/fail-baseline.json` (count stays at 106, FAIL set shifted because showcase pins now diverge from Dojo on `0.1.91` vs `0.1.87`). ## Why split from the @ag-ui/langgraph pin bump The matching `@ag-ui/langgraph` bump (`0.0.31` → `0.0.33` in `packages/runtime/package.json` and `packages/sdk-js/package.json`) waits for the ag-ui side: `publish-release.yml` is currently broken (OIDC `pull_request` vs `push` event mismatch — last 30 runs all failed). Fix is in flight in a separate session. Once `@ag-ui/langgraph 0.0.33` is live on npm, a follow-up PR will bump those two pins. This split unblocks D6 LGP today. D6 LGT remains waiting on the ag-ui side. ## Test plan - [ ] CI green - [ ] After merge, showcase_build.yml redeploys langgraph-python + strands + langgraph-fastapi to Railway - [ ] Production D6 LGP probe verifies forwarded headers reach the agent via aimock logs
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.
Summary
Bumps
sdk-python/pyproject.tomlfrom 0.1.90 → 0.1.91 so the forwarded-header extraction added in #4984 ships to PyPI consumers. Showcase Python integrations will pick this up via the follow-up pin-bump PR.What's in 0.1.91
From #4984:
_extract_forwarded_headers_from_config()extracts x-* headers from LangGraph's RunnableConfigPublishing
PyPI publish is manual — runs locally via
poetry publishafter merge. Once #4996 lands, this will become automated.