Commit 2d757d4
authored
fix(langgraph-python-threads): pin to stable @copilotkit/* 1.57.0 and intelligence 0.1.0 (CopilotKit#4663)
## Summary
- Bump `@copilotkit/{a2ui-renderer,react-core,react-ui,runtime}` from
`1.56.5-canary.1777671752` to `1.57.0` in `apps/app/package.json` and
`apps/bff/package.json`
- Bump `ghcr.io/copilotkit/intelligence/composite` from `0.1.0-rc.16` to
`0.1.0` in `docker-compose.yml`
- Align the Dockerfile python pin (`copilotkit==0.1.78`) with
`apps/agent/pyproject.toml` (`copilotkit==0.1.86`)
- Regenerate `package-lock.json` against the new stable npm pins
## Test plan
- [ ] CI's `showcase_validate.yml` passes (or reports an expected
ratchet drop in `validate-pins` baseline that a maintainer can reset)
- [ ] `docker pull ghcr.io/copilotkit/intelligence/composite:0.1.0`
succeeds (verify the literal tag string matches what is published)
- [ ] From `examples/integrations/langgraph-python-threads/`: `npm
install && docker compose up` boots cleanly with the new pins
- [ ] BFF connects to the intelligence composite at `0.1.0` without API
surface drift
🤖 Generated with [Claude Code](https://claude.com/claude-code)5 files changed
Lines changed: 1140 additions & 1225 deletions
File tree
- examples/integrations/langgraph-python-threads
- apps
- app
- bff
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments