-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Implement per-provider tests with lowest-direct dependency resolution #39946
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -92,17 +92,17 @@ dependencies: | |
| # We should update minimum version of boto3 and here regularly to avoid `pip` backtracking with the number | ||
| # of candidates to consider. Make sure to configure boto3 version here as well as in all the tools below | ||
| # in the `devel-dependencies` section to be the same minimum version. | ||
| - boto3>=1.33.0 | ||
| - botocore>=1.33.0 | ||
| - boto3>=1.34.0 | ||
| - botocore>=1.34.0 | ||
| - inflection>=0.5.1 | ||
| # Allow a wider range of watchtower versions for flexibility among users | ||
| - watchtower>=2.0.1,<4 | ||
| - watchtower>=3.0.0,<4 | ||
|
||
| - jsonpath_ng>=1.5.3 | ||
| - redshift_connector>=2.0.918 | ||
| - sqlalchemy_redshift>=0.8.6 | ||
| - asgiref | ||
| - asgiref>=2.3.0 | ||
| - PyAthena>=3.0.10 | ||
| - jmespath | ||
| - jmespath>=0.7.0 | ||
|
|
||
| additional-extras: | ||
| - name: pandas | ||
|
|
@@ -111,13 +111,15 @@ additional-extras: | |
| # https://pandas.pydata.org/docs/whatsnew/v2.2.0.html#increased-minimum-versions-for-dependencies | ||
| # However Airflow not fully supports it yet: https://github.com/apache/airflow/issues/28723 | ||
| # In addition FAB also limit sqlalchemy to < 2.0 | ||
| - pandas>=1.2.5,<2.2 | ||
| - pandas>=1.5.3,<2.2;python_version<"3.12" | ||
| - pandas>=2.1.1,<2.2;python_version>="3.12" | ||
|
|
||
| # There is conflict between boto3 and aiobotocore dependency botocore. | ||
| # TODO: We can remove it once boto3 and aiobotocore both have compatible botocore version or | ||
| # boto3 have native async support and we move away from aio aiobotocore | ||
| - name: aiobotocore | ||
| dependencies: | ||
| - aiobotocore[boto3]>=2.5.3 | ||
| - aiobotocore[boto3]>=2.10.0 | ||
| - name: cncf.kubernetes | ||
| dependencies: | ||
| - apache-airflow-providers-cncf-kubernetes>=7.2.0 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.