n8n/packages/@n8n/task-runner-python
n8n-assistant[bot] b450b85582
chore: Bundle/1.x (#31174)
Co-authored-by: Matsu <matias.huhta@n8n.io>
Co-authored-by: n8n-assistant[bot] <100856346+n8n-assistant[bot]@users.noreply.github.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Dawid Myslak <dawid.myslak@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Elias Meire <elias@meire.dev>
2026-05-27 08:31:41 +03:00
..
src chore: Bundle/1.x (#31174) 2026-05-27 08:31:41 +03:00
tests chore: Bundle/1.x (#31174) 2026-05-27 08:31:41 +03:00
.editorconfig feat(core): Add auth and offers flow to native Python runner (no-changelog) (#18354) 2025-08-15 14:36:42 +02:00
.python-version refactor(core): Downgrade to Python 3.13 (#21135) 2025-10-24 10:10:54 +02:00
justfile refactor(core): Ensure debug command waits for broker in native Python runner (#20758) 2025-10-14 12:52:13 +02:00
pyproject.toml fix: Fix security issue in urllib3 via minor version upgrade from 2.6.3 to 2.7.0 in packages (#31058) 2026-05-25 08:30:45 +00:00
pyrightconfig.json feat(core): Add auth and offers flow to native Python runner (no-changelog) (#18354) 2025-08-15 14:36:42 +02:00
README.md refactor(core): Downgrade to Python 3.13 (#21135) 2025-10-24 10:10:54 +02:00
uv.lock fix: Fix security issue in urllib3 via minor version upgrade from 2.6.3 to 2.7.0 in packages (#31058) 2026-05-25 08:30:45 +00:00

n8n Task Runner Python

Native Python task runner for n8n

Development

Install:

Set up dependencies:

just sync # or
just sync-all

See justfile for available commands.