Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 659 Bytes

43612.significant.rst

File metadata and controls

19 lines (15 loc) · 659 Bytes

Virtualenv installation uses uv now per default if uv is available.

If you want to control how the virtualenv is created, you can use the AIRFLOW__STANDARD__VENV_INSTALL_METHOD option. The possible values are:

  • auto: Automatically select, use uv if available, otherwise use pip.
  • pip: Use pip to install the virtual environment.
  • uv: Use uv to install the virtual environment. Must be available in environment PATH.
  • Types of change
    • [x] Dag changes
    • [x] Config changes
    • [ ] API changes
    • [ ] CLI changes
    • [x] Behaviour changes
    • [ ] Plugin changes
    • [ ] Dependency changes
    • [ ] Code interface changes