# Used by tox's py311-airflow2deferrablemin env to test the deferrable mode
# at its floors: the first SSH provider release whose remote-job helpers
# quote paths and take a base directory for cleanup (SSHAnalyzeHook's
# _DEFERRABLE_MIN_SSH_PROVIDER), on the oldest Airflow that provider
# supports, and the sftp extra's own floor (pyproject.toml). Applied to
# every pip invocation tox makes for that env (see tox.ini), so installing
# this package's extras can't resolve past these pins. Move these whenever
# those floors move.
apache-airflow==2.11.0
apache-airflow-providers-ssh==6.0.1
apache-airflow-providers-sftp==4.0.0
