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

Add jmespath as an explicit dependency #39350

Merged
merged 3 commits into from
May 1, 2024

Commits on May 1, 2024

  1. Add jmespath as an explicit dependency

    The helm chart tests, AWS provider, and FAB provider all use `jmespath`
    directly, but we were only installing it as a dependency of a dependency
    (botocore is the most likely commonly used dep that requires it). Instead,
    since we use it ourselves, set it as a dep.
    jedcunningham committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1f10f52 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    jedcunningham committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b427105 View commit details
    Browse the repository at this point in the history
  3. Fix breeze tests

    jedcunningham committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7a2e211 View commit details
    Browse the repository at this point in the history