Langflow

Latest version: v1.1.3

Safety actively analyzes 702392 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 43

1.0.7

Not secure
<!-- Release notes generated using configuration in .github/release.yml at refs/heads/main -->

What's Changed
✨ New Features
* feat: key components health check by zzzming in https://github.com/langflow-ai/langflow/pull/2510
* feat: show why group button is disabled by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2507
* feat: POC of useQuery -> mutation and query by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2512
* ci: add GitHub Actions workflow for labeling PRs with Conventional Commits by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2522
* chore: simplify docker by italojohnny in https://github.com/langflow-ai/langflow/pull/2526
* feat: refactor version api by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2534
* refactor: add types to constant on IO by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2536
* feat: migrate text splitters to Component syntax by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2530
* feat: add auto_merge_enabled to pull_request_target types in conventional-labels.yml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2539
* ci: add outputs and conditional step to TypeScript test workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2541
* feat: improve getHealth logic by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2537
* feat: opentelemetry and prometheus by zzzming in https://github.com/langflow-ai/langflow/pull/2543
* feat: migrate chains and memories to Component syntax by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2528
* feat: inmemory and async cache expire configurable by zzzming in https://github.com/langflow-ai/langflow/pull/2496
* feat: add vertices_being_run set to RunnableVerticesManager by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2589
* feat: update dependencies to add crewai by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2588
🐛 Bug Fixes
* fix: update node logic by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2515
* fix: fixes react key error in browser on flow page for extra sidebar disclosure components by 596050 in https://github.com/langflow-ai/langflow/pull/2295
* fix: spec files cant find .env variable on CI by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2514
* fix: fixes api request custom component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2470
* fix: handle unknown artifact type in post_process_raw function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2527
* fix: make end_all_traces be called at the correct moment by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2516
* fix(base.py): only add successors if is_start by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2513
* fix: make webhook api call honor webhook component as input by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2511
* fix: remove uneceessary logic to disable button on search components/flows by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2540
* fix: refactor of api structure by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2544
* fix: update use-get-health.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2553
* fix(ordering): correctly remove vertex from list of runnable vertices by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2554
* fix: version display by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2555
* fix: pasting files not working by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2548
* fix(langflow): handle KeyboardInterrupt and terminate process in run function for graceful shutdown by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2551
* fix: change DirectoryComponent to filter file paths by types by carlosrcoelho in https://github.com/langflow-ai/langflow/pull/2391
* fix: make sure old secret keys are handled as before by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2557
* fix: add click event on button to retry check connection to backend by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2558
* fix: add user to database if not present in health_check by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2564
* fix(QDrant): Resolve bug in document search functionality by devalexandre in https://github.com/langflow-ai/langflow/pull/2518
* fix: update run_manager on state changes by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2560
* fix: remove redundant and incorrect health check by zzzming in https://github.com/langflow-ai/langflow/pull/2571
* fix: astradb ingests twice by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2573
* fix: outdated code conditions and global variable by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2581
* fix: the pythonfunction test error by linfey90 in https://github.com/langflow-ai/langflow/pull/2572
* fix: remove redundant superuser only if it has never logged in by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2582
* fix: Refactor messages API and session view by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2577
* fix: Qdrant shows Qdrant.from_documents() missing 1 required positional argument: ‘embedding’ by skipandsnow in https://github.com/langflow-ai/langflow/pull/2587
* fix: make chat lock when building by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2592
* fix(runnable_vertices_manager.py): add recursive function to find predecessors by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2593
📝 Documentation Updates
* docs: small updates to astra vectorize docs by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2497
🛠 Maintenance Tasks
* refactor: add new use-query endpoint of upload files by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2533
* refactor: change node to component on FE constants by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2545
* perf: ⚡️ Speed up `convert_kwargs()` by 9% in `src/backend/base/langflow/interface/initialize/loading.py` by codeflash-ai in https://github.com/langflow-ai/langflow/pull/2529
✅ Tests
* test: fix test after changes on LLMs components by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2538
* test(test_webhook): change component in webhook test to be async by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2578
Others
* chore: update langflow-embedded-chat script URL to v1.0.3 by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2482
* ci: update autofix workflows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2521
* fix: Remove chroma.sqlite3 from git by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2531
* feat(PR): add conditions to label pr by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2532
* chore: remove unnecessary output in validate-pr job by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2535
* ci: add delete-reports job to delete if all jobs succeed by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2542
* chore: add `--ignore=tests/integration` flag from pytest command in pyproject.toml and remove unit by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2468
* chore(deps): bump certifi from 2023.11.17 to 2024.7.4 by dependabot in https://github.com/langflow-ai/langflow/pull/2566
* chore: update version to 1.0.7 in pyproject.toml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2562
* docs: small updates to vectorize docs by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2580

New Contributors
* 596050 made their first contribution in https://github.com/langflow-ai/langflow/pull/2295
* codeflash-ai made their first contribution in https://github.com/langflow-ai/langflow/pull/2529
* devalexandre made their first contribution in https://github.com/langflow-ai/langflow/pull/2518
* linfey90 made their first contribution in https://github.com/langflow-ai/langflow/pull/2572
* skipandsnow made their first contribution in https://github.com/langflow-ai/langflow/pull/2587

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.6...v1.0.7

1.0.6

Not secure
What's Changed
* Update linting workflows to include dev branch in merge_group by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2311
* Refactor "created_at" column type for consistency and fix cancel middleware by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2316
* Fix fetch data bug and code formatting by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2322
* deactivate stop button until we have a better solution by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2337
* Bug Fix: Correct Function to Increment Flow Names that Already Exist by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2353
* Fix lint by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2355
* Added Firecrawl integration by rafaelsideguide in https://github.com/langflow-ai/langflow/pull/2359
* Add check-format script and update lint-js.yml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2357
* Improve makefile by carlosrcoelho in https://github.com/langflow-ai/langflow/pull/2338
* Add Types & Refactor Card Components (useHooks) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2365
* Add message table and update message functionality by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2290
* Fix condition stop by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2363
* Fix vertex_id assignment for group flows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2362
* Rename Kubernetes deployment file to .md extension by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2374
* Rename Kubernetes documentation file to use .md extension by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2375
* components: simplify astra vectorize by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2370
* Cassandra: support for non-AstraDB databases by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2380
* Add GitHub workflows for JavaScript and Python autofix by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2381
* chore: Add auto-update workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2376
* Fix flow settings validation and save button by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2360
* chore: make calls to end_all_traces run concurrently by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2387
* fix: Refactor RunnableVerticesManager to consider inactivated vertices in is_vertex_runnable and find_runnable_predecessors_for_successors by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2378
* Merge branch 'main' into dev by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2384
* Add JSON Mode option to OpenAIModelComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2386
* update message structure in frontend by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2388
* Fix Image Display Issue on Windows by Setting a Static Path by italojohnny in https://github.com/langflow-ai/langflow/pull/2382
* update share modal style by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2361
* Fix webhook endpoint not receiving data that is not JSON by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2390
* feat: add logic to migrate from duckdb table to database by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2385
* ci: always run required checks by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2395
* Update dockerfiles and docker-build.yml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2389
* Merge main into dev by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2400
* feat: update tests to work on Github Actions CI by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2366
* Reactivate frontend tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2403
* Refactor: refactor apiModal tabs generation to prevent bugs and enhance reliability by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2393
* Bump braces from 3.0.2 to 3.0.3 in /scripts/aws by dependabot in https://github.com/langflow-ai/langflow/pull/2131
* Add BaseTracer and refactor convert_to_langchain_types by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2402
* feat: add tests improvements to pipeline CI by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2407
* Feat: Add types to functions, components and hooks that are missing it by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2411
* Updates PassMessage and StoreMessage components by rodrigosnader in https://github.com/langflow-ai/langflow/pull/2379
* Fix Endpoint to Properly Delete Messages from Database by italojohnny in https://github.com/langflow-ai/langflow/pull/2436
* Fix Build Status by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2437
* Fix: Ctrl + C not working on tooltips by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2418
* fix edit method on messages by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2435
* Fix: Tweaks tab dissapearing with hook component by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2412
* Update proxy IDs on group node outputs by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2364
* fix list display in output inspection by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2409
* chore: fix lint errors by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2445
* bugfix: error on deleting messages from table + tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2432
* Update to render.yaml and render.Dockerfile for fix deployment on render platform by italojohnny in https://github.com/langflow-ai/langflow/pull/2433
* chore: Refactor authentication key generation by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2443
* fix name on EditNodeModal by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2434
* fix playground button on store by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2417
* fix: Add LanguageModel to field_typing module by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2410
* ♻️ (code_parser.py): remove redundant condition that caused Component to not be parsed by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2406
* Fix Global Variables by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2430
* loguru support standout logging with json and csv by zzzming in https://github.com/langflow-ai/langflow/pull/2415
* add a new test for a huge flow -> decisionFlow by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2456
* (fix) Add gpt4 to openai_constants.py by dmitrygalanov in https://github.com/langflow-ai/langflow/pull/2416
* Bugfixes and migrate Messages table to the database by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2457
* chore(deps): bump install-pinned/ruff from 6b463d795ce39011cc004438ae507ae56235e12a to b52a71f70b28264686d57d1efef1ba845b9cec6c by dependabot in https://github.com/langflow-ai/langflow/pull/2454
* chore: Update ruff command in py_autofix.yml to use 'ruff check' before 'ruff --fix-only' by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2461
* removing duplicate tests from frontend by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2459
* bugfix: fix crashing langflow when keypairlistcomponent advanced opens by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2462
* ci: add lint commit workflow for pull requests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2463
* docs: add datastax hosted langflow by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2452
* ci: fix mypy checks by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2431
* ci: remove merge_group from workflows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2467
* refactor: move langflow api tests into integration tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2469
* ci: add auto_merge_enabled to PR activity types and concurrency settings by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2471
* fix: ctrl f overriding browser ctrl f when editing node by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2358
* fix: global components api bug by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2478
* fix (astra/cassandra): avoid duplicated ingestion by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2455
* fix(astradb): make fields required by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2428
* fix: azure openai model component: resource not found by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2426
* fix(bedrock): fix error 'Key cache already exists' by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2423
* fix(frontend): do not use backend url in <img> by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2424
* ci: skip tests with openai key required by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2477
* fix: resolve Model Issues and add huggingface dependency by berrytern in https://github.com/langflow-ai/langflow/pull/2339
* feat(cassandra/astradb): hybrid search support by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2396
* fix(security): require langchain-experimental>=0.0.61 by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2476
* fix(tracing_service): use correct trace name and attribute name by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2484
* chore: update targetUrl in semantic.yml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2480
* fix: run_flow_from_json circular dependency by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2485
* fix(service.py): improve handling of environment variables in DatabaseVariableService to update or create variables based on changes in secret_key by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2481
* fix: create data component not saving old values on check and save by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2483
* ci: add 'test' job to run Typescript and Python tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2489
* feat(pyproject.toml): update package versions to 1.0.6 for langflow and 0.0.82 for langflow-base to reflect latest changes and improvements by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2479
* ci: update test job in release.yml to include both Typescript and Python tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2490
* chore: update cancel-in-progress flag in Python and TypeScript test workflows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2492
* feat(utils.py): add error handling for missing template_config in build_custom_component_template by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2491
* fix: improve handling of ToolCallingAgent output in ToolCallingAgentComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2494
* fix: remove unwanted files by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2495
* fix: update tests FE by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2493
* fix(base.py): update get_successors function call to include 'recursive=False' parameter by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2504
* ci: update CI workflows and add CI workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2498
* fix: restore button for all native components by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2505
* fix: memory chat bot name by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2509
* fix: prompt template not being saved on advanced modal by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2488

New Contributors
* rafaelsideguide made their first contribution in https://github.com/langflow-ai/langflow/pull/2359
* dmitrygalanov made their first contribution in https://github.com/langflow-ai/langflow/pull/2416

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.5...v1.0.6

1.0.5

Not secure
What's Changed
* Update telemetry by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2349
* chore: Update release.yml to use the correct branch for the commit by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2350


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.4...v1.0.5

1.0.4

Not secure
What's Changed
* Fixes CLI and server by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2342
* Fix CI curl command by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2346


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.2...v1.0.4

1.0.3

Not secure
What's Changed

1.0.2

Not secure
What's Changed

Page 4 of 43

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.