ephraimbuddy opened a new issue, #35372:
URL: https://github.com/apache/airflow/issues/35372

   ### Body
   
   We are kindly requesting that contributors to [Apache Airflow RC 
2.7.3rc1](https://pypi.org/project/apache-airflow/2.7.3rc1/) help test the RC.
   
   Please let us know by commenting if the issue is addressed in the latest RC.
   
   - [ ] [fix(TimeSensorAsync): use DAG timezone 
(#33406)](https://github.com/apache/airflow/pull/33406): @SapphicCode
        Linked issues:
        - [TimeSensorAsync does not use DAG timezone to convert naive time 
input (#33256)](https://github.com/apache/airflow/issues/33256)
   - [ ] [Add read only validation to read only fields 
(#33413)](https://github.com/apache/airflow/pull/33413): @ahidalgob
   - [ ] [Bump MariaDB client libraries to latest LTS 
(#33722)](https://github.com/apache/airflow/pull/33722): @Taragolis
   - [ ] [Improve modules import in Airflow core by some of them into a 
type-checking block (#33755)](https://github.com/apache/airflow/pull/33755): 
@hussein-awala
   - [ ] [Improve importing the module in Airflow utils package 
(#33803)](https://github.com/apache/airflow/pull/33803): @hussein-awala
   - [ ] [Refactor string splitting 
(#34185)](https://github.com/apache/airflow/pull/34185): @eumiro
   - [ ] [Fix pre-mature evaluation of tasks in mapped task group 
(#34337)](https://github.com/apache/airflow/pull/34337): @ephraimbuddy
   - [ ] [Mark tasks with `all_skipped` trigger rule as `skipped` if any task 
is in `upstream_failed` state 
(#34392)](https://github.com/apache/airflow/pull/34392): @TJaniF
   - [ ] [Add __init__ to params subpackage 
(#34710)](https://github.com/apache/airflow/pull/34710): @uranusjr
   - [ ] [Bump azure-mgmt-containerinstance 
(#34738)](https://github.com/apache/airflow/pull/34738): @pankajastro
   - [ ] [Remove warning about max_tis per query > parallelism 
(#34742)](https://github.com/apache/airflow/pull/34742): @dstandish
   - [ ] [Remove unused set from `SchedulerJobRunner` 
(#34810)](https://github.com/apache/airflow/pull/34810): @jedcunningham
   - [ ] [Fix usage of cron-descriptor for custom TimeTables since BC in v1.3.0 
(#34836)](https://github.com/apache/airflow/pull/34836): @poupounetjoyeux
   - [ ] [REST API: Fix wrong plugin schema 
(#34858)](https://github.com/apache/airflow/pull/34858): @ephraimbuddy
   - [ ] [Fix triggerer thread crash in daemon mode 
(#34931)](https://github.com/apache/airflow/pull/34931): @Bisk1 @ThuanDoHung
        Linked issues:
        - [Airflow 2.7.1 can not start Scheduler & trigger 
(#34816)](https://github.com/apache/airflow/issues/34816)
   - [ ] [update moto version 
(#34938)](https://github.com/apache/airflow/pull/34938): @eladkal
   - [ ] [Return only the TIs of the readable dags when ~ is provided as a 
dag_id (#34939)](https://github.com/apache/airflow/pull/34939): @hussein-awala
   - [ ] [Some improvements/fixes for dag_run and task_instance endpoints 
(#34942)](https://github.com/apache/airflow/pull/34942): @hussein-awala
   - [ ] [Limit WTForms to below 3.1.0 
(#34943)](https://github.com/apache/airflow/pull/34943): @potiuk
   - [ ] [Fix the dags count filter in webserver home page 
(#34944)](https://github.com/apache/airflow/pull/34944): @hussein-awala
        Linked issues:
        - [Improve importing the modules in Airflow www package 
(#33810)](https://github.com/apache/airflow/pull/33810)
   - [ ] [Fix tests to respond to Python 3.12 handling of utcnow in sentry-sdk 
(#34946)](https://github.com/apache/airflow/pull/34946): @potiuk
   - [ ] [Fix typo in error message when `render_content` method is not 
implemented (#34952)](https://github.com/apache/airflow/pull/34952): 
@utkarsharma2
   - [ ] [Fix `get_plugin_info` for class based listeners. 
(#35022)](https://github.com/apache/airflow/pull/35022): @JDarDagran
   - [ ] [feat(dockerfile): Add pip caching for faster build 
(#35026)](https://github.com/apache/airflow/pull/35026): @V0lantis
   - [ ] [Upgrade `pip` to 23.3 
(#35029)](https://github.com/apache/airflow/pull/35029): @potiuk
   - [ ] [Allow to install MariaDB client libraries instead of MySQL on x86_64 
(#35070)](https://github.com/apache/airflow/pull/35070): @Taragolis 
@Sunny-Island
        Linked issues:
        - [MYSQL_OPT_RECONNECT is deprecated. When exec airflow db upgrade. 
(#32708)](https://github.com/apache/airflow/issues/32708)
   - [ ] [Fix test connection with codemirror and extra 
(#35122)](https://github.com/apache/airflow/pull/35122): @vchiapaikeo
   - [ ] [Limit Airflow and breeze to < 3.12 
(#35123)](https://github.com/apache/airflow/pull/35123): @Taragolis @potiuk
        Linked issues:
        - [Make core compatible with `pendulum` 3 
(#34744)](https://github.com/apache/airflow/pull/34744)
        - [Use pre-release version of pendulum in CI and breeze 
(#34746)](https://github.com/apache/airflow/pull/34746)
   - [ ] [Bump min version of presto client to bring better dbapi compatibility 
(#35132)](https://github.com/apache/airflow/pull/35132): @potiuk @yanivsin
        Linked issues:
        - [[airflow 2.4.3] presto queries returning none following upgrade to 
common.sql provider (#31612)](https://github.com/apache/airflow/issues/31612)
   - [ ] [Fix Scheduler crash looping when dagrun creation fails 
(#35135)](https://github.com/apache/airflow/pull/35135): @ephraimbuddy
   - [ ] [Upgrade `pip` to 23.3.1 
(#35150)](https://github.com/apache/airflow/pull/35150): @potiuk
   - [ ] [Bump docker cli version in Airflow Images 
(#35153)](https://github.com/apache/airflow/pull/35153): @potiuk
   - [ ] [Improve testing harness to separate DB and non-DB tests 
(#35160)](https://github.com/apache/airflow/pull/35160): @potiuk
   - [ ] [Add TriggerRule missing value in rest API 
(#35194)](https://github.com/apache/airflow/pull/35194): @pankajastro
   - [ ] [Add connexion<3.0 upper bound 
(#35218)](https://github.com/apache/airflow/pull/35218): @Kache
   - [ ] [Fix subtle bug in mocking processor_agent in our tests 
(#35221)](https://github.com/apache/airflow/pull/35221): @potiuk
        Linked issues:
        - [Mysterious hanging of the test_retry_handling_job for sqlite on 
self-hosted/local env (#35204)](https://github.com/apache/airflow/issues/35204)
   - [ ] [Add pytest db_test markers to our tests 
(#35264)](https://github.com/apache/airflow/pull/35264): @potiuk
        Linked issues:
        - [Improve testing harness to separate DB and non-DB tests 
(#35160)](https://github.com/apache/airflow/pull/35160)
   - [ ] [Limit 1.33.0 broken sentry_sdk released 31st of October 2023 
(#35298)](https://github.com/apache/airflow/pull/35298): @potiuk
   - [ ] [Upper bound `pendulum` requirement to <3.0 
(#35336)](https://github.com/apache/airflow/pull/35336): @Taragolis
   
   
   Thanks to all who contributed to the release (probably not a complete list!):
   @eumiro @SapphicCode @TJaniF @vchiapaikeo @dstandish @Bisk1 @yanivsin 
@jedcunningham @pankajastro @Sunny-Island @poupounetjoyeux @JDarDagran @potiuk 
@ThuanDoHung @eladkal @Kache @utkarsharma2 @hussein-awala @uranusjr @V0lantis 
@ahidalgob @Taragolis @ephraimbuddy
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to