Skip to content

Commit 9a9d765

Browse files
committed
Release abstractassistant 0.4.8
1 parent 2d22229 commit 9a9d765

3 files changed

Lines changed: 20 additions & 10 deletions

File tree

CHANGELOG.md

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

33
All notable changes to AbstractAssistant will be documented in this file.
44

5+
## [0.4.8] - 2026-05-31
6+
7+
### Changed
8+
- Raised dependency floors to Agent `>=0.3.10` and Core `>=2.13.31` so Gateway-mode media, provider-profile, and vision installs inherit the latest framework release boundary.
9+
510
## [0.4.7] - 2026-05-29
611

712
### Changed

llms-full.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,11 @@ SOFTWARE.
10981098

10991099
All notable changes to AbstractAssistant will be documented in this file.
11001100

1101+
## [0.4.8] - 2026-05-31
1102+
1103+
### Changed
1104+
- Raised dependency floors to Agent `>=0.3.10` and Core `>=2.13.31` so Gateway-mode media, provider-profile, and vision installs inherit the latest framework release boundary.
1105+
11011106
## [0.4.7] - 2026-05-29
11021107

11031108
### Changed
@@ -1390,7 +1395,7 @@ build-backend = "setuptools.build_meta"
13901395

13911396
[project]
13921397
name = "abstractassistant"
1393-
version = "0.4.7"
1398+
version = "0.4.8"
13941399
description = "A sleek (macOS) system tray application providing instant access to LLMs"
13951400
readme = "README.md"
13961401
requires-python = ">=3.10"
@@ -1414,10 +1419,10 @@ classifiers = [
14141419

14151420
dependencies = [
14161421
# Base install is fully-featured (voice + media + provider/tool integrations).
1417-
"abstractagent>=0.3.9",
1422+
"abstractagent>=0.3.10",
14181423
"abstractvoice>=0.10.17",
14191424
# Provider/client extras (avoid GPU-only stacks like vLLM by default).
1420-
"abstractcore[openai,anthropic,ollama,lmstudio,tokens,media,tools]>=2.13.30",
1425+
"abstractcore[openai,anthropic,ollama,lmstudio,tokens,media,tools]>=2.13.31",
14211426
# Tray + Qt UI (kept import-safe; CLI help must not import GUI at import time).
14221427
"pystray>=0.19.4",
14231428
"Pillow>=10.0.0",
@@ -1440,11 +1445,11 @@ voice = [
14401445
"abstractvoice[audio-io,stt]>=0.10.17",
14411446
]
14421447
apple = [
1443-
"abstractcore[all-apple]>=2.13.30",
1448+
"abstractcore[all-apple]>=2.13.31",
14441449
"abstractvoice[all-apple]>=0.10.17",
14451450
]
14461451
gpu = [
1447-
"abstractcore[all-gpu]>=2.13.30",
1452+
"abstractcore[all-gpu]>=2.13.31",
14481453
"abstractvoice[all-gpu]>=0.10.17",
14491454
]
14501455
all = [

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "abstractassistant"
7-
version = "0.4.7"
7+
version = "0.4.8"
88
description = "A sleek (macOS) system tray application providing instant access to LLMs"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -28,10 +28,10 @@ classifiers = [
2828

2929
dependencies = [
3030
# Base install is fully-featured (voice + media + provider/tool integrations).
31-
"abstractagent>=0.3.9",
31+
"abstractagent>=0.3.10",
3232
"abstractvoice>=0.10.17",
3333
# Provider/client extras (avoid GPU-only stacks like vLLM by default).
34-
"abstractcore[openai,anthropic,ollama,lmstudio,tokens,media,tools]>=2.13.30",
34+
"abstractcore[openai,anthropic,ollama,lmstudio,tokens,media,tools]>=2.13.31",
3535
# Tray + Qt UI (kept import-safe; CLI help must not import GUI at import time).
3636
"pystray>=0.19.4",
3737
"Pillow>=10.0.0",
@@ -54,11 +54,11 @@ voice = [
5454
"abstractvoice[audio-io,stt]>=0.10.17",
5555
]
5656
apple = [
57-
"abstractcore[all-apple]>=2.13.30",
57+
"abstractcore[all-apple]>=2.13.31",
5858
"abstractvoice[all-apple]>=0.10.17",
5959
]
6060
gpu = [
61-
"abstractcore[all-gpu]>=2.13.30",
61+
"abstractcore[all-gpu]>=2.13.31",
6262
"abstractvoice[all-gpu]>=0.10.17",
6363
]
6464
all = [

0 commit comments

Comments
 (0)