Skip to content

Commit 2452d4a

Browse files
author
semantic-release
committed
chore: release 0.19.1
1 parent 6dc97e6 commit 2452d4a

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
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

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.19.0"
7+
version = "0.19.1"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)