mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
d27323e6d8
* fix(python): fix uv can't find ssl certificates - Add `PY_NATIVE_CERT` flag, forces UV to use native tls - Rename `PIP_INDEX_CERT` to `PY_INDEX_CERT` - Rename `PIP_TRUSTED_HOST` to `PY_TRUSTED_HOST` For backwards compatibility PIP* variables are still accessible * feat(python): add `custom_wheels` directory to PYTHONPATH Add global directory by path `<CACHE_DIR>/python_xyz/custom_wheels` For example for scripts running python 3.11, in every execution `<CACHE_DIR>/python_311/custom_wheels` will be accessible and all wheels placed there could be imported and used. This is usefull for preinstalling wheels before runtime * Make it work with Nsjail * Rework and make custom_wheels optional * Remove `create_dir_all` from imports * Use sync version of metadata * Rename `custom_wheels` to `global-site-packages`
Windmill Worker
The worker. Used to process and execute flows & jobs.
This crate exposes both a library as well as a binary target.