langflow/src/backend/tests/unit/components
Edwin Jose e3cf852307
feat: New parser component with multiple input types and stringify add on (#6652)
* update to parser

* error handling

* solve lint error and added tests

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes

* Update parser.py

* fix format errors

* [autofix.ci] apply automated fixes

* refactor: Remove hardcoded name attribute from ParserComponent

* Update src/backend/base/langflow/components/processing/parser.py

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>

* error fix

* [autofix.ci] apply automated fixes

* feat: mark ParserComponent as beta

Added a beta flag to the ParserComponent to indicate its experimental status.

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: Ítalo Johnny <italojohnnydosanjos@gmail.com>
Co-authored-by: Rodrigo <rodrigosilvanader@gmail.com>
2025-03-14 12:19:00 +00:00
..
agents refactor: improve maintainability and testability of Vertex.build_params (#5808) 2025-03-11 15:34:15 +00:00
bundles feat: enhance YouTubeTranscripts component with Data output support (#6113) 2025-02-12 18:25:22 +00:00
data feat: Add JSON field extraction and enhanced URL validation (#6051) 2025-03-10 12:28:51 +00:00
git refactor: Replace async_open by anyio.Path methods in tests (#6847) 2025-02-27 01:00:39 +00:00
helpers feat: Needle Search Tool With Template (#6648) 2025-03-14 09:37:54 +00:00
inputs refactor: Replace async_open by anyio.Path methods in tests (#6847) 2025-02-27 01:00:39 +00:00
logic feat: add functionality to stream or poll events from the build process (#5940) 2025-02-18 14:24:39 +00:00
models feat: add a unified language model component. (#6994) 2025-03-13 05:03:55 +00:00
outputs fix: updated ChatOutput component not working with streaming enabled (#6747) 2025-02-21 19:57:49 +00:00
processing feat: New parser component with multiple input types and stringify add on (#6652) 2025-03-14 12:19:00 +00:00
prompts chore: Update supported versions in tests constants (#5569) 2025-01-07 15:43:49 +00:00
prototypes ref: Some ruff fixes from preview (#5420) 2024-12-28 21:25:35 +00:00
tools feat: add WikiData Component and depeciates the WikiData API tool component (#5872) 2025-01-22 18:30:01 +00:00
vectorstores build: Bump ruff version to 0.9.7 (#6614) 2025-02-26 20:36:36 +00:00
__init__.py ref: Add missing __init__.py files in tests (#4180) 2024-10-17 18:21:56 +00:00