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