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

Conversation

jedcunningham
Copy link
Member

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.

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.
airflow/providers/amazon/provider.yaml Outdated Show resolved Hide resolved
airflow/providers/fab/provider.yaml Outdated Show resolved Hide resolved
@jedcunningham jedcunningham merged commit 4910c04 into apache:main May 1, 2024
92 checks passed
@jedcunningham jedcunningham deleted the add_jmespath_as_dep branch May 1, 2024 21:15
RodrigoGanancia pushed a commit to RodrigoGanancia/airflow that referenced this pull request May 10, 2024
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.
@utkarsharma2 utkarsharma2 added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) provider:fab
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants