Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(python): incorrect dependency on jsii #1582

Merged
merged 2 commits into from
Apr 20, 2020

Conversation

RomainMuller
Copy link
Contributor

The Python runtime dependency of generated Python code was incorrectly pinning on the minor, instead of allowing the necessary semver range. Changed the dependency statement from ~=<version> to the correctly translated caret range.

Fixes #1573

The Python runtime dependency of generated Python code was incorrectly pinning on the minor, instead of allowing the necessary semver range. Changed the dependency statement from `~=<version>` to the correctly translated caret range.

Fixes #1573
@RomainMuller RomainMuller self-assigned this Apr 20, 2020
@RomainMuller RomainMuller added bug This issue is a bug. effort/small Small work item – less than a day of effort labels Apr 20, 2020
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Apr 20, 2020
@RomainMuller RomainMuller requested a review from a team April 20, 2020 08:07
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-Blkkw9bQFn8A
  • Commit ID: 0f63f77
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-Blkkw9bQFn8A
  • Commit ID: 4f5ff8f
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@RomainMuller RomainMuller merged commit c537bd7 into master Apr 20, 2020
@RomainMuller RomainMuller deleted the rmuller/fix-jsii-python-dep branch April 20, 2020 08:31
RomainMuller added a commit that referenced this pull request Apr 20, 2020
The Python runtime dependency of generated Python code was incorrectly pinning on the minor, instead of allowing the necessary semver range. Changed the dependency statement from `~=<version>` to the correctly translated caret range.

Fixes #1573
RomainMuller added a commit that referenced this pull request Apr 20, 2020
The Python runtime dependency of generated Python code was incorrectly pinning on the minor, instead of allowing the necessary semver range. Changed the dependency statement from `~=<version>` to the correctly translated caret range.

Fixes #1573
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. contribution/core This is a PR that came from AWS. effort/small Small work item – less than a day of effort
Projects
None yet
Development

Successfully merging this pull request may close these issues.

blocks cdk upgrade: jsii dependency of jsii generated modules uses "patch" semantics instead of "minor"
3 participants