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

Set range in python codegen default SDK version #16151

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on May 8, 2024

  1. Set range in python codegen default SDK version

    If the schema doesn't set any specific dependencies, we should be defaulting to requiring pulumi within the current major version rather than completely unconstrained.
    
    Discussion: https://github.com/pulumi/pulumi-kafka/pull/410/files#r1594324390
    danielrbradley committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d24d812 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Review feedback

    - Extract default SDK range to a const.
    - Update comments to reflect reality.
    danielrbradley committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ea79244 View commit details
    Browse the repository at this point in the history
  2. Update tests

    danielrbradley committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e53b8b3 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    danielrbradley committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b657c5a View commit details
    Browse the repository at this point in the history
  4. Update more test data

    danielrbradley committed May 9, 2024
    Configuration menu
    Copy the full SHA
    52dba45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c231830 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5774842 View commit details
    Browse the repository at this point in the history