n8n/packages/@n8n/task-runner-python
2026-01-30 09:49:50 +00:00
..
src feat(core): Add profiling support via sentry (#25049) 2026-01-30 09:49:50 +00:00
tests feat(core): Add profiling support via sentry (#25049) 2026-01-30 09:49:50 +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: Update urllib3 to 2.6.3 in task runner (#24325) 2026-01-15 09:19:13 +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: Update urllib3 to 2.6.3 in task runner (#24325) 2026-01-15 09:19:13 +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.