Hi, I'd like to use Meltano with airflow. I'm running the airflow docker-compose file, and able to access the UI no problem. I'm also creating a docker dev container and attempting to install the python packages for both airflow and Meltano. It looks like airflow==2.2.3 and meltano==1.96.0 have several conflicts, specifically with gunicorn.
meltano 1.96.0 depends on gunicorn<20.0.0 and >=19.9.0
apache-airflow 2.2.3 depends on gunicorn>=20.1.0
Does anyone have any tips for resolving this dependency issue? Or utilizing these two tools together in general.