This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit c0cd3397f74bf0fd2ad233d5efbab51df4774ce0 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Mar 4 16:27:20 2023 +0100 Update min version of python-deamon to fix containerd file limits (#29916) Recent change in the new containerd causes memory exhaution as huge amount of memory were used by python-daemon when starting, thus running Airflow in Docker for multiple OS-es using the new containerd was impossible without implementing some workarounds. Python daemon fix has been released in 3.0.0 version in response to https://pagure.io/python-daemon/issue/72 and we should add min version for the package to make sure the new version is used. Fixes: #29841 (cherry picked from commit c8cc49af2d011f048ebea8a6559ddd5fca00f378) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6ae6b503c2..34fdf014df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -119,7 +119,7 @@ install_requires = psutil>=4.2.0 pygments>=2.0.1 pyjwt>=2.0.0 - python-daemon>=2.2.4 + python-daemon>=3.0.0 python-dateutil>=2.3 python-nvd3>=0.15.0 python-slugify>=5.0
