From 9169b023873962c14ddf9083f6b108fb2a78e200 Mon Sep 17 00:00:00 2001 From: Antoine Toussaint Date: Mon, 17 Aug 2026 01:44:22 -0400 Subject: [PATCH] chore(agents): pin python v0.0.50 --- pkg/sourceworkspace/source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sourceworkspace/source.go b/pkg/sourceworkspace/source.go index 45e7c171..c00bb59c 100644 --- a/pkg/sourceworkspace/source.go +++ b/pkg/sourceworkspace/source.go @@ -18,7 +18,7 @@ import ( const ( GenericGoPluginVersion = "0.0.33" - GenericPythonPluginVersion = "0.0.48" + GenericPythonPluginVersion = "0.0.50" GenericPluginVersion = "0.0.26" // NodePluginVersion is published under the historical nextjs agent name, // but owns generic Node.js/TypeScript validation as well as Next.js-specific