File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.19.1 (2026-03-02)
5+
6+ ### Bug Fixes
7+
8+ - Rename consilium dependency to openadapt-consilium and revert Python 3.11 requirement
9+ ([ #69 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/69 ) ,
10+ [ ` 6dc97e6 ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/6dc97e60d0f45f7853802315c3e339e3970110f3 ) )
11+
12+ The ` consilium ` name on PyPI belongs to another project. ` openadapt-consilium ` v0.3.2 is now
13+ published with requires-python >=3.10, so we can revert our temporary Python 3.11 bump and use the
14+ correct package name.
15+
16+ Changes: - Rename ` consilium>=0.1.0 ` to ` openadapt-consilium>=0.3.2 ` in dependencies - Update
17+ ` [tool.uv.sources] ` key from ` consilium ` to ` openadapt-consilium ` - Revert ` requires-python ` from
18+ ` >=3.11 ` back to ` >=3.10 ` - Re-add ` Programming Language :: Python :: 3.10 ` classifier
19+
20+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
21+
22+
423## v0.19.0 (2026-03-02)
524
625### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-evals"
7- version = " 0.19.0 "
7+ version = " 0.19.1 "
88description = " Evaluation infrastructure for GUI agent benchmarks"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments