From 6edaefcafb04588737dda81c78cfd8bb19db49f8 Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Mon, 14 Sep 2026 11:34:32 -0700 Subject: [PATCH] docs(python): soften plugin-system claim on integrations index Not every listed Python integration is a Temporal SDK plugin (e.g. the upcoming OpenRouter guide is explicitly a sample pattern, not a plugin), so the blanket "these integrations are built on the Plugin system" statement no longer holds for all of them. Co-Authored-By: Claude Sonnet 5 --- docs/develop/python/integrations/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop/python/integrations/index.mdx b/docs/develop/python/integrations/index.mdx index e3404fe767..9b9aca1835 100644 --- a/docs/develop/python/integrations/index.mdx +++ b/docs/develop/python/integrations/index.mdx @@ -12,7 +12,7 @@ description: Integrations with other tools and services. import IntegrationsGrid from '@site/src/components/IntegrationsGrid'; The following integrations are available for the Temporal Python SDK. -These integrations are built on the Temporal Python SDK's [Plugin system](/develop/plugins-guide), which you can also -use to build your own integrations. +Most of these integrations are built on the Temporal Python SDK's [Plugin system](/develop/plugins-guide), which you +can also use to build your own integrations.