1.23.0.dev20260205
Nightly build (1.23.0.dev20260205)
Development build from develop branch. Install via .whl package from Assets.
Note: Not recommended for production — may contain bugs and incomplete features.
Nightly Build
This is an automated nightly build that is recreated every night with the latest changes from the develop branch.
Installation
You can install this nightly build by downloading the wheel package (the file ending in .whl) from the Assets section below this description.
After downloading, you can install it using the following commands from your terminal:
For Windows:
pip install %USERPROFILE%\Downloads\label_studio-1.23.0.dev20260205-py3-none-any.whl
For macOS/Linux:
pip install ~/Downloads/label_studio-1.23.0.dev20260205-py3-none-any.whl
Important Notes
- This is a development build and may contain bugs or incomplete features
- Use in production environments is not recommended
- Please report any issues you encounter in our GitHub Issues
- This release is automatically recreated every night with the latest changes
Changes
Changes since 1.22.0: https://github.com/HumanSignal/label-studio/compare/1.22.0...nightly