Skip to content

Commit

Permalink
Update pinned python API parser version to 0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan committed Mar 2, 2025
1 parent 390a1a1 commit 69e2e32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class PythonLanguageService : LanguageProcessor
private readonly TelemetryClient _telemetryClient;
public override string Name { get; } = "Python";
public override string[] Extensions { get; } = { ".whl" };
public override string VersionString { get; } = "0.3.12";
public override string VersionString { get; } = "0.3.15";
public override string ProcessName => _pythonExecutablePath;

public PythonLanguageService(IConfiguration configuration, TelemetryClient telemetryClient) : base(telemetryClient)
Expand Down

0 comments on commit 69e2e32

Please sign in to comment.