Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
7812ef6
refactor(deps.py): reorganize imports for clarity and compliance with…
Cristhianzl Dec 10, 2025
3ad9b02
fix(workflows): include src/lfx/uv.lock in git add command to ensure …
Cristhianzl Dec 7, 2025
cca4209
chore(nightly_build.yml): remove unnecessary directory change for lfx…
Cristhianzl Dec 7, 2025
8830b3a
chore(release_nightly): update build command to include --no-sources …
Cristhianzl Dec 7, 2025
712cfe7
chore(chat.py): remove unused future annotations import to clean up code
Cristhianzl Dec 7, 2025
8b0fcd4
fix(chat.py): add future annotations import for better type hinting s…
Cristhianzl Dec 7, 2025
8dad2c6
chore: print version
Adam-Aghili Dec 8, 2025
06e9724
chore: use release_tag as version
Adam-Aghili Dec 8, 2025
61c5c3c
fix: --prerelease=allow
Adam-Aghili Dec 8, 2025
6330f8b
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 10, 2025
927a4d2
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Dec 10, 2025
8d6eef6
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Dec 10, 2025
27c8912
chore(deps.py): add noqa comments to imports to suppress specific lin…
Cristhianzl Dec 10, 2025
2673211
Merge branch 'cz/fix-nightly-main' of github.com:langflow-ai/langflow…
Cristhianzl Dec 10, 2025
2850fc4
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 10, 2025
a0a76d2
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Dec 10, 2025
b12a752
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Dec 10, 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
chore(chat.py): remove unused future annotations import to clean up code
  • Loading branch information
Cristhianzl committed Dec 10, 2025
commit 712cfe796a4e1753faa190c819096c8d3ecdecc0
2 changes: 0 additions & 2 deletions src/backend/base/langflow/api/v1/chat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import asyncio
import time
import traceback
Expand Down