Skip to content

Commit

Permalink
Update pinned python API parser version to 0.3.16 (#9952)
Browse files Browse the repository at this point in the history
* Update python parser version to 0.3.16
  • Loading branch information
praveenkuttappan authored Mar 3, 2025
1 parent 58b4b2a commit 72bcf0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/apiview-review-gen-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parameters:
variables:
PythonIndexUrl: 'https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/'
PythonVersion: '3.10'
ApiStubVersion: '0.3.15'
ApiStubVersion: '0.3.16'

jobs:
- job: CreatePythonReviewCodeFile
Expand Down
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.16";
public override string ProcessName => _pythonExecutablePath;

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

0 comments on commit 72bcf0e

Please sign in to comment.