mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 06:34:24 +08:00
🐛 fix(custom_component.py): handle case when code is None in is_check_valid method of CustomComponent class 🐛 fix(custom_component.py): handle case when code is None in get_function_entrypoint_args property of CustomComponent class 🐛 fix(custom_component.py): handle case when code is None in get_function_entrypoint_return_type property of CustomComponent class 🐛 fix(custom_component.py): change flow_id parameter type from UUID to str in load_flow method of CustomComponent class 🐛 fix(util.py): ignore type error for multiprocess import in langflow.utils.util module 🐛 fix(util.py): handle case when _type is a type object in remove_optional_wrapper function of langflow.utils.util module