ref: Deprecate regex and update data components (#8191)

* update

* Update update_data.py
This commit is contained in:
Edwin Jose 2025-05-23 15:45:09 -04:00 committed by GitHub
commit 5ee91a5a4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ class RegexExtractorComponent(Component):
display_name = "Regex Extractor"
description = "Extract patterns from text using regular expressions."
icon = "regex"
legacy = True
inputs = [
MessageTextInput(

View file

@ -20,6 +20,7 @@ class UpdateDataComponent(Component):
name: str = "UpdateData"
MAX_FIELDS = 15 # Define a constant for maximum number of fields
icon = "FolderSync"
legacy = True
inputs = [
DataInput(