Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
2c3fe7f
docs: update component links to individual pages (#10706)
mendonk Nov 25, 2025
168b84c
fix: avoid updating Message if ChatOutput is connected to ChatInput (…
keval718 Nov 25, 2025
0833dfb
Feat: Runflow optimization and improved dropdown behavior (#10720)
HzaRashid Nov 25, 2025
5040efc
fix: Add dynamic tool mode descriptions for agent integration (#10744)
Cristhianzl Nov 27, 2025
c46d31c
fix: Add profile picture management and API endpoints (#10763)
Cristhianzl Dec 1, 2025
2d735a7
deps: upgrade altk (#10804)
jordanrfrazier Dec 1, 2025
17aff85
fix: use running event loop to fix asyncio error when calling mcp too…
jordanrfrazier Dec 1, 2025
956baf6
fix: Improve file processing robustness and error feedback (#10781)
Cristhianzl Dec 1, 2025
4529e92
fix: resolve merge conflict (#10831)
keval718 Dec 1, 2025
e89bee0
fix: fixed warning on console for nested button (#10724) (#10832)
olayinkaadelakun Dec 1, 2025
f7a82f3
fix: fixed warning on console (#10745) (#10830)
olayinkaadelakun Dec 1, 2025
73120ad
fix: mask value to hide null field being returned (#10778) (#10829)
olayinkaadelakun Dec 1, 2025
e321e3e
Fix: Allow refresh list button to stay stagnant while zoom (Safari) (…
olayinkaadelakun Dec 1, 2025
423419e
feat: Add superuser support for running any user flow (#10808)
Cristhianzl Dec 1, 2025
a562670
Revert "feat: Add superuser support for running any user flow (#10808)"
Cristhianzl Dec 2, 2025
4df89f1
fix: Ollama models list in Agent component (#10814)
HimavarshaVS Dec 2, 2025
c66c679
Fix: Ensure Default Tab is Credential (#10779) (#10826)
olayinkaadelakun Dec 2, 2025
2a3d424
chore: update cuga version (#10737) (#10738)
jordanrfrazier Dec 2, 2025
731cc8b
chore: Remove DataFrameToToolsetComponent and related tests (#10845)
edwinjosechittilappilly Dec 3, 2025
3a2395b
fix: Handle GCP JSON parsing credentials (#10859)
erichare Dec 3, 2025
9be8720
fix: anthropic constants (#10862)
edwinjosechittilappilly Dec 3, 2025
5b09d60
fix: Add feature flag check to simplified_run_flow_session (#10863)
edwinjosechittilappilly Dec 3, 2025
97164d8
fix: Improve the debugging messages on startup (#10864)
erichare Dec 3, 2025
c22ebff
fix: Don't fail if doc column is missing (#10746) (#10872)
erichare Dec 3, 2025
7f5940e
add x-api-key auth option
Cristhianzl Dec 4, 2025
d04142b
fix(auth): Disallow refresh token access to API endpoints
mpawlow Dec 2, 2025
a1ce944
fix: Properly support the Batch Run component for watsonX models (#10…
erichare Dec 4, 2025
a9ef7fb
fix: Image upload for Gemini/Anthropic (#10880)
erichare Dec 4, 2025
05d5a1e
fix: Improve the default startup logging for readability (#10894)
erichare Dec 4, 2025
efcae53
Fix: lfx serve aysncio event loop error (#10888)
HzaRashid Dec 4, 2025
1174a6a
fix: Update LangflowCounts component to format star and Discord count…
viktoravelino Dec 4, 2025
99e73b6
Fix: update lfx serve tests to mock the .serve() to prevent hanging …
HzaRashid Dec 5, 2025
3beffea
Fix: lfx run agent _noopresult not iterable error (#10893)
HzaRashid Dec 5, 2025
f312f22
Fix: lfx run agent _noopresult not iterable error (#10911)
HzaRashid Dec 5, 2025
5ccd44e
fix: Add graceful subprocess cleanup during shutdown (#10906)
Cristhianzl Dec 5, 2025
a62b851
fix(workflows): include src/lfx/uv.lock in git add command to ensure …
Cristhianzl Dec 7, 2025
8245904
chore(nightly_build.yml): remove unnecessary directory change for lfx…
Cristhianzl Dec 7, 2025
44a9f70
chore(release_nightly): update build command to include --no-sources …
Cristhianzl Dec 7, 2025
5b7e332
chore(chat.py): remove unused future annotations import to clean up code
Cristhianzl Dec 7, 2025
3c1d0d2
fix(chat.py): add future annotations import for better type hinting s…
Cristhianzl Dec 7, 2025
6566275
chore: print version
Adam-Aghili Dec 8, 2025
22c9237
chore: use release_tag as version
Adam-Aghili Dec 8, 2025
5cffeae
fix: --prerelease=allow
Adam-Aghili Dec 8, 2025
6a0fd4d
fix: correctly raise file not found errors in File GET endpoints (#1…
jordanrfrazier Dec 8, 2025
2f157c9
fix: image pathing to operate with s3 storage (#10919) (#10929)
jordanrfrazier Dec 8, 2025
5550861
Feat: migrate MCP transport from SSE to streamable http (#10934)
HzaRashid Dec 8, 2025
5e54758
refactor(deps.py): reorganize imports for clarity and compliance with…
Cristhianzl Dec 8, 2025
af529b3
fix: update sidebar icon styles to maintain backward compatibility (#…
viktoravelino Dec 10, 2025
b6ed2bc
fix: Add empty input check in ALTKAgent for Anthropic (#10926)
jordanrfrazier Dec 10, 2025
f184989
fix: add condition to not make folder download fail when flow has Not…
lucaseduoli Dec 10, 2025
7b66dfb
fix: Enhance error handling for langchain-core version compatibility …
ogabrielluiz Dec 10, 2025
76af6b9
fix: Restrict message and session access to flow owners (#10973)
Cristhianzl Dec 11, 2025
c160933
Fix: lfx run with agent component throws '_NoopResult' object is not …
HzaRashid Dec 11, 2025
3200a2e
fix: Support tool mode for components that have no inputs (#10982)
erichare Dec 11, 2025
ac38023
fix: (Cherry Pick) default Ollama base url (#10981)
erichare Dec 11, 2025
7ba8c73
fix: Add authentication to various endpoints (#10977) (#10985)
erichare Dec 12, 2025
b17adfa
Fix: cuga integration (#10976)
sami-marreed Dec 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: lfx serve aysncio event loop error (#10888)
fix lfx serve asyncio event loop bug
  • Loading branch information
HzaRashid authored Dec 4, 2025
commit efcae53f8b10e6d8deb57256f173588c86d6f1d5
4 changes: 3 additions & 1 deletion src/lfx/src/lfx/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,14 @@ async def serve_command(

# Start the server
try:
uvicorn.run(
config = uvicorn.Config(
serve_app,
host=host,
port=port,
log_level=log_level,
)
server = uvicorn.Server(config)
await server.serve()
except KeyboardInterrupt:
verbose_print("\n👋 Server stopped")
raise typer.Exit(0) from None
Expand Down