arkadiuszbach commented on issue #50708:
URL: https://github.com/apache/airflow/issues/50708#issuecomment-4750514092
- croniter leak:
- https://github.com/pallets-eco/croniter/pull/185 - released with 6.1.0.
- Airflow > v.3.1.8 includes the fix, for previous versions either try
bumping the croniter or patch it manually.
- structlog leak :
- https://github.com/hynek/structlog/pull/807/changes - released with
26.1.0
- Newest Airflow (v.3.2.2) is using structlog==25.5.0, same as for the
cronitier, patch the lib manually or try bumping.
> Bumping is less safe as the newer version may not be compatible with
Airflow (may cause some side effect), I often patch the libs codes directly on
my system/docker
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]