This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-6-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit d1dbe195985abcdc02fc78b3bdc0353c9a9aeba0 Author: D. Ferruzzi <[email protected]> AuthorDate: Thu May 4 12:11:39 2023 -0700 Small typo in setup.py (#31049) * small typo in comment * found another (cherry picked from commit 9720705d9281c8f13d96f4165fab77264306d517) --- setup.cfg | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index f37f26f069..39e0c4450d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -104,7 +104,7 @@ install_requires = httpx # Importlib-metadata 5 is breaking Celery import due to regression it introduced # This was tracked and fixed in https://github.com/celery/celery/pull/7785 but it is not released yet - # We can remove the < 5.0.0 limitation hwne Celery 5.3.0 gets released and we bump celeryt o >= 5.3.0 + # We can remove the < 5.0.0 limitation when Celery 5.3.0 gets released and we bump celery to >= 5.3.0 importlib_metadata>=1.7,<5.0.0;python_version<"3.9" importlib_resources>=5.2;python_version<"3.9" itsdangerous>=2.0 diff --git a/setup.py b/setup.py index 1404aba062..dfa817e5d2 100644 --- a/setup.py +++ b/setup.py @@ -209,8 +209,8 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve # NOTE! IN Airflow 2.4.+ dependencies for providers are maintained in `provider.yaml` files for each # provider separately. Before, the provider dependencies were kept here. THEY ARE NOT HERE ANYMORE. # -# 'Start dependencies group' and 'Start dependencies group' are mark for ./scripts/ci/check_order_setup.py -# If you change this mark you should also change ./scripts/ci/check_order_setup.py +# 'Start dependencies group' and 'End dependencies group' are marks for ./scripts/ci/check_order_setup.py +# If you change these marks you should also change ./scripts/ci/check_order_setup.py # Start dependencies group async_packages = [ "eventlet>=0.33.3",
