n8n/packages/@n8n/task-runner-python
n8n-assistant[bot] 562d867483
chore: Bundle 2026-W7 (#26214)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
Co-authored-by: James Gee <1285296+geemanjs@users.noreply.github.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Stephen Wright <sjw948@gmail.com>
Co-authored-by: oleg <me@olegivaniv.com>
Co-authored-by: Albert Alises <albert.alises@gmail.com>
Co-authored-by: Danny Martini <danny@n8n.io>
2026-02-25 07:08:58 +00:00
..
src chore: Bundle 2026-W7 (#26214) 2026-02-25 07:08:58 +00:00
tests chore: Bundle 2026-W7 (#26214) 2026-02-25 07:08:58 +00: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 chore(core): Streamline runner debugging (#23854) 2026-01-05 14:09:47 +01:00
pyproject.toml fix(core): Use stricter flags when starting python runner (#24983) 2026-02-02 10:08:44 +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(core): Use stricter flags when starting python runner (#24983) 2026-02-02 10:08:44 +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.