mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 04:13:36 +08:00
* Changed SSE to Streamable_HTTP implementation on backend * Changed SSE to Streamable HTTP on frontend * [autofix.ci] apply automated fixes * Added support for SSE as a fallback * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * added /sse * updated code * created test to test streamable http * Test SSE fallback on HTTP/SSE tab * Changed nvidia remix starter project * [autofix.ci] apply automated fixes * Added changes for backwards compatibility * fixed issues on mcp util * [autofix.ci] apply automated fixes * Fixed tests to have a helper to initialize server, with health check * updated package lock * fixed backend tests * fixed backend test * [autofix.ci] apply automated fixes * format imports * fixed backend test * fixed frontend tests * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * changed http to streamable http * [autofix.ci] apply automated fixes * fixed mcp util test * fixed test * ruff fix * wait timeout on mcp server test --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
30 lines
863 B
JSON
30 lines
863 B
JSON
{
|
|
"name": "langflow",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.0"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "24.7.0",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.0.tgz",
|
|
"integrity": "sha512-IbKooQVqUBrlzWTi79E8Fw78l8k1RNtlDDNWsFZs7XonuQSJ8oNYfEeclhprUldXISRMLzBpILuKgPlIxm+/Yw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~7.14.0"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "7.14.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz",
|
|
"integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|