langflow/src/backend/base
ogabrielluiz bb847db2b8 refactor: Fix bug in Vertex class when checking if param is a list
Update the Vertex class in base.py to fix a bug in the logic for checking if a parameter is a list. The current implementation only checks if the "list" key exists in the template_dict, but it should also check if the value of the "list" key is truthy. This change ensures that the correct condition is used to determine if a parameter is a list, preventing potential overwriting of params with the same name but different target_id.
2024-06-13 00:04:44 -03:00
..
langflow refactor: Fix bug in Vertex class when checking if param is a list 2024-06-13 00:04:44 -03:00
poetry.lock chore: Update package versions in pyproject.toml and poetry.lock 2024-06-11 12:43:44 -03:00
pyproject.toml chore: Update package versions in pyproject.toml and poetry.lock 2024-06-11 15:55:14 -03:00
README.md 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00