feat(core): Add auth and offers flow to native Python runner (no-changelog) (#18354)

This commit is contained in:
Iván Ovejero
2025-08-15 14:36:42 +02:00
committed by GitHub
parent 3848673921
commit a1280b6bf4
13 changed files with 462 additions and 5 deletions

View File

@@ -4,7 +4,10 @@ version = "0.1.0"
description = "Native Python task runner for n8n"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = [
"nanoid>=2.0.0",
"websockets>=15.0.1",
]
[dependency-groups]
dev = [