Skip to content

Commit

Permalink
0.43.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
OpenAdapt Bot committed Dec 30, 2024
1 parent 64c9241 commit af62fc2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



## v0.43.1 (2024-12-30)

### Build

* build: support python>=3.10,3.14

* python = ">=3.10,<3.14"

* use drag-threshold for linux double_click_distance_threshold

* httpx==0.27.2 ([`7a0aa8e`](https://github.com/OpenAdaptAI/OpenAdapt/commit/7a0aa8ef6f5a909c877f181d7756d81d4339ec20))

### Fix

* fix(buid): python = ">=3.10,<3.14"

* Revert "build: support python>=3.10,3.14"

This reverts commit 7a0aa8ef6f5a909c877f181d7756d81d4339ec20.

* python = ">=3.10,<3.14"

* simplify get_double_click_distance_pixels on linux ([`64c9241`](https://github.com/OpenAdaptAI/OpenAdapt/commit/64c92418bb2add1fd7672832c091580604a3102f))


## v0.43.0 (2024-12-30)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openadapt"
version = "0.43.0"
version = "0.43.1"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
Expand Down

0 comments on commit af62fc2

Please sign in to comment.