Skip to content

Commit 2176d65

Browse files
author
semantic-release
committed
chore: release 0.47.4
1 parent ed942b9 commit 2176d65

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.47.4 (2026-03-19)
5+
6+
### Bug Fixes
7+
8+
- Move open-clip-torch to optional training dependencies
9+
([#150](https://github.com/OpenAdaptAI/openadapt-evals/pull/150),
10+
[`ed942b9`](https://github.com/OpenAdaptAI/openadapt-evals/commit/ed942b9dfa0ea07a01b236f65f47c2755ba59731))
11+
12+
Move open-clip-torch from required to optional [training] dependencies to reduce install footprint
13+
for lightweight consumers like Wright worker.
14+
15+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16+
17+
418
## v0.47.3 (2026-03-19)
519

620
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.47.3"
7+
version = "0.47.4"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)