Skip to content

Commit af62fc2

Browse files
author
OpenAdapt Bot
committed
0.43.1
Automatically generated by python-semantic-release
1 parent 64c9241 commit af62fc2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33

44

5+
## v0.43.1 (2024-12-30)
6+
7+
### Build
8+
9+
* build: support python>=3.10,3.14
10+
11+
* python = ">=3.10,<3.14"
12+
13+
* use drag-threshold for linux double_click_distance_threshold
14+
15+
* httpx==0.27.2 ([`7a0aa8e`](https://github.com/OpenAdaptAI/OpenAdapt/commit/7a0aa8ef6f5a909c877f181d7756d81d4339ec20))
16+
17+
### Fix
18+
19+
* fix(buid): python = ">=3.10,<3.14"
20+
21+
* Revert "build: support python>=3.10,3.14"
22+
23+
This reverts commit 7a0aa8ef6f5a909c877f181d7756d81d4339ec20.
24+
25+
* python = ">=3.10,<3.14"
26+
27+
* simplify get_double_click_distance_pixels on linux ([`64c9241`](https://github.com/OpenAdaptAI/OpenAdapt/commit/64c92418bb2add1fd7672832c091580604a3102f))
28+
29+
530
## v0.43.0 (2024-12-30)
631

732
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openadapt"
3-
version = "0.43.0"
3+
version = "0.43.1"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)