Skip to content

Commit c507c78

Browse files
author
semantic-release
committed
chore: release 0.14.1
1 parent 60bd60c commit c507c78

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# CHANGELOG
22

33

4+
## v0.14.1 (2026-03-04)
5+
6+
### Bug Fixes
7+
8+
- Lower PyTorch minimum to 2.8.0 for vLLM compatibility
9+
([#53](https://github.com/OpenAdaptAI/openadapt-ml/pull/53),
10+
[`c0bc069`](https://github.com/OpenAdaptAI/openadapt-ml/commit/c0bc0698dfd4e1ac0423116f63d16e6d98f5e861))
11+
12+
vLLM 0.11.0 pins torch==2.8.0. The GPU E2E validation (openadapt-evals PR #87) confirmed the full ML
13+
stack works with PyTorch 2.8.0+cu128. The previous >=2.9.1 constraint prevented installing
14+
openadapt-ml alongside vLLM in the same environment.
15+
16+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
17+
18+
419
## v0.14.0 (2026-03-04)
520

621
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openadapt-ml"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)