Skip to content

Commit 712c9ea

Browse files
author
OpenAdapt Bot
committed
0.42.3
Automatically generated by python-semantic-release
1 parent de91850 commit 712c9ea

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33

44

5+
## v0.42.3 (2024-11-08)
6+
7+
### Chore
8+
9+
* chore(dependencies): update various libraries; deprecate NiceGUI (#888)
10+
11+
* deprecate nicegui; move app/tray.py dependencies to app/__init__.py
12+
13+
* remove bind; update README
14+
15+
* Fix: wrap raw SQL queries in `text()` to prevent ArgumentError
16+
17+
* black
18+
19+
* noqa ([`50e4a3e`](https://github.com/OpenAdaptAI/OpenAdapt/commit/50e4a3e701f55461156b04800948a000c466e86b))
20+
21+
### Fix
22+
23+
* fix(build): remove deprecated modules; remove numpy2 from poetry.lock
24+
25+
* fix: Fix build issues due to numpy
26+
27+
* fix: Fix broken imports
28+
29+
* chore: Remove uses of nicegui and clean up files ([`de91850`](https://github.com/OpenAdaptAI/OpenAdapt/commit/de9185068d1270b35c8623284118f84886de3c27))
30+
31+
* fix(build): remove nicegui from build.py ([`02cb0fe`](https://github.com/OpenAdaptAI/OpenAdapt/commit/02cb0fead02573269e5067990ed41b2255e2ccb4))
32+
33+
534
## v0.42.2 (2024-11-06)
635

736
### Fix

pyproject.toml

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

0 commit comments

Comments
 (0)