refactor: Remove nanoid dependency from native Python task runner (#19025)

This commit is contained in:
Iván Ovejero
2025-09-01 10:22:27 +02:00
committed by GitHub
parent 6aeced8aed
commit 5b5f60212a
5 changed files with 23 additions and 25 deletions

View File

@@ -5,7 +5,6 @@ description = "Native Python task runner for n8n"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"nanoid>=2.0.0",
"websockets>=15.0.1",
]