Skip to content

chore: remove n8n adapter (moved to dedicated repo) - #1

Merged
Goldokpa merged 2 commits into
mainfrom
chore/remove-n8n-adapter
Jun 5, 2026
Merged

chore: remove n8n adapter (moved to dedicated repo)#1
Goldokpa merged 2 commits into
mainfrom
chore/remove-n8n-adapter

Conversation

@Goldokpa

Copy link
Copy Markdown
Collaborator

The IdentArk n8n community node now lives in its own repository, identark/n8n-nodes-identark, so it can meet n8n's May-2026 verified-node requirements (GitHub Actions provenance publish, npm Trusted Publisher, repo-root package layout).

Keeping the adapter here would create:

  • Two sources of truth for the same package.
  • A tag-trigger collision: this repo publishes the Python SDK on v* tags, and an n8n publish workflow triggers on *.*.*v1.2.0 matches both.

This PR removes the duplicated adapters/n8n/ directory (8 tracked files). No other files touched.

…-identark)

The IdentArk n8n community node now lives in its own repository so it can
meet n8n's May-2026 verified-node requirements (provenance publish via
GitHub Actions, npm Trusted Publisher, repo-root package layout).

Keeping a copy here would create two sources of truth and risk a
tag-trigger collision between this repo's PyPI release workflow (v*) and
an n8n publish workflow (*.*.*) — v1.2.0 matches both.
@Goldokpa
Goldokpa force-pushed the chore/remove-n8n-adapter branch from fce5463 to dd7daff Compare June 4, 2026 10:32
Remove unused typing.cast, typing.Any, typing.TYPE_CHECKING, and
llama_index.core.llms.ChatResponse imports. Simplify test_integrations.py
by removing the redundant Python version guard around imports (already
handled by pytestmark skipif).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Goldokpa
Goldokpa merged commit 7ed264d into main Jun 5, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant