Skip to content

Commit

Permalink
0.42.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
OpenAdapt Bot committed Nov 8, 2024
1 parent de91850 commit 712c9ea
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@



## v0.42.3 (2024-11-08)

### Chore

* chore(dependencies): update various libraries; deprecate NiceGUI (#888)

* deprecate nicegui; move app/tray.py dependencies to app/__init__.py

* remove bind; update README

* Fix: wrap raw SQL queries in `text()` to prevent ArgumentError

* black

* noqa ([`50e4a3e`](https://github.com/OpenAdaptAI/OpenAdapt/commit/50e4a3e701f55461156b04800948a000c466e86b))

### Fix

* fix(build): remove deprecated modules; remove numpy2 from poetry.lock

* fix: Fix build issues due to numpy

* fix: Fix broken imports

* chore: Remove uses of nicegui and clean up files ([`de91850`](https://github.com/OpenAdaptAI/OpenAdapt/commit/de9185068d1270b35c8623284118f84886de3c27))

* fix(build): remove nicegui from build.py ([`02cb0fe`](https://github.com/OpenAdaptAI/OpenAdapt/commit/02cb0fead02573269e5067990ed41b2255e2ccb4))


## v0.42.2 (2024-11-06)

### Fix
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.42.2"
version = "0.42.3"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <richard.abrich@mldsai.com>',
Expand Down

0 comments on commit 712c9ea

Please sign in to comment.