langflow/src/backend
Gabriel Luiz Freitas Almeida e13a3ca800
fix: Ensure flow_id is not None before logging vertex build details (#8954)
* fix: Update log_vertex_build to accept UUID for flow_id and improve error handling

* Changed flow_id type from str to str | UUID for better type safety.
* Added error handling to raise a ValueError if flow_id is invalid, enhancing robustness of the logging function.

* fix: Ensure flow_id is not None before logging vertex build details

* Updated log_vertex_build call to check if flow_id is not None, enhancing robustness and preventing potential errors when flow_id is absent.
2025-07-09 19:17:50 +00:00
..
base fix: Ensure flow_id is not None before logging vertex build details (#8954) 2025-07-09 19:17:50 +00:00
langflow/version ref: Some ruff fixes from preview (#5420) 2024-12-28 21:25:35 +00:00
tests refactor(auth): simplify flow retrieval by removing settings_service dependency (#8956) 2025-07-09 17:53:34 +00:00
.gitignore Changes default location for the database and adds the option to use the previous behavior (#1907) 2024-05-15 20:41:01 -03:00