Authorize base function "complex" in local_python_executor.py (#79)

This commit is contained in:
joaopauloschuler 2025-01-08 18:57:20 -03:00 committed by GitHub
parent b4528d6a6f
commit d2f4eecba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ BASE_PYTHON_TOOLS = {
"setattr": setattr, "setattr": setattr,
"issubclass": issubclass, "issubclass": issubclass,
"type": type, "type": type,
"complex": complex,
} }