mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
0a740a9819
The build-starters Docker images hardcoded copilotkit==0.1.78 in the langgraph-python and langgraph-fastapi Dockerfiles, but their agents import StateStreamingMiddleware and StateItem, which 0.1.78 does not export. This crash-loops the Python agent on boot with an ImportError. Bump the hardcoded pin to 0.1.93 (latest stable, re-exports both symbols, matches local sdk-python). Align all three langgraph-family agent pyproject pins (0.1.87 -> 0.1.93) for consistency and regenerate the strands uv.lock.