langflow/src/backend/base/langflow
Jordan Frazier e7e364eb0d
chore: add deprecation flag on base upload flow route (#4717)
* add deprecation flag on base upload flow route

* add deprecation flag on base upload flow route

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-11-19 12:05:23 -08:00
..
alembic refactor: Enhance migration script with column existence check and improved error handling (#4680) 2024-11-18 20:21:58 +00:00
api chore: add deprecation flag on base upload flow route (#4717) 2024-11-19 12:05:23 -08:00
base fix: add a check in ComponentToolkit to avoid building a tool that builds tools (#4678) 2024-11-19 13:54:47 +00:00
components fix: update import for compatibility, format starter projects, fix coroutine call (#4708) 2024-11-19 18:17:32 +00:00
core ref: Add ruff rules for pygrep-hooks (PGH) (#4042) 2024-10-08 23:06:20 +02:00
custom fix: Use AsyncSession for user management (#4491) 2024-11-16 01:09:33 +00:00
events feat: add ContentBlock streaming visualization (#4370) 2024-11-06 23:35:35 +00:00
exceptions feature: add new playground events (#4280) 2024-11-04 23:58:16 +00:00
field_typing ref: Add ruff rules for arguments (ARG) (#4123) 2024-10-14 15:37:41 +00:00
graph fix: Ensure chat inputs with dependencies are not prioritized in graph sorting (#4666) 2024-11-18 15:35:08 +00:00
helpers fix: Add session_id and graph parameters to flow execution functions and update graph init in Flow as Tool (#4558) 2024-11-12 19:45:38 -08:00
initial_setup fix: update import for compatibility, format starter projects, fix coroutine call (#4708) 2024-11-19 18:17:32 +00:00
inputs feat: add tool mode to components, Added current date tool to agent (#4439) 2024-11-08 09:53:32 -03:00
interface refactor: Remove unnecessary exception logging and improve error logging (#4676) 2024-11-19 12:24:42 +00:00
io ref: Add ruff rules for bandit (S) (#4111) 2024-10-22 22:33:37 +00:00
legacy_custom feat: Add ComponentFrontendNode to CustomComponent 2024-05-31 09:25:48 -03:00
load fix: Make logger file sink non-blocking when used with asyncio (#4301) 2024-10-28 17:38:40 +01:00
logging refactor: dynamically retrieve maximum buffer size from environment in SizedLogBuffer (#4334) 2024-11-01 15:03:35 +00:00
processing fix: process.py to use validate_and_repair_json from utils.py (#4576) 2024-11-13 10:58:40 -08:00
schema fix: update step duration display and logic (#4506) 2024-11-12 11:19:13 -03:00
services fix: update import for compatibility, format starter projects, fix coroutine call (#4708) 2024-11-19 18:17:32 +00:00
template feat: Implement tool mode functionality and dynamic placeholders across input components (#4402) 2024-11-08 02:31:04 +00:00
type_extraction fix: Union type on components (#4137) 2024-10-14 21:02:15 +00:00
utils feat: Enhance tool mapping and output rendering with animations (#4481) 2024-11-11 16:32:08 +00:00
__init__.py ref: Add more ruff rules (#3994) 2024-10-03 08:55:49 +00:00
__main__.py fix: Use AsyncSession for user management (#4491) 2024-11-16 01:09:33 +00:00
alembic.ini 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
main.py fix: Use AsyncSession for user management (#4491) 2024-11-16 01:09:33 +00:00
memory.py feature: add new playground events (#4280) 2024-11-04 23:58:16 +00:00
py.typed 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
server.py ref: Auto-fix some ruff ANN rules (#4210) 2024-10-22 13:55:48 +02:00
settings.py ref: Auto-fix some ruff ANN rules (#4210) 2024-10-22 13:55:48 +02:00
worker.py LFEN-215 HomePage Uplift (#4242) 2024-11-01 17:23:10 -03:00