Skip to content

Commit 89d294d

Browse files
committed
chore: python release 0.1.80
1 parent 3ecc1de commit 89d294d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## python_v0.1.80 (2026-05-05)
2+
3+
### Bug Fixes
4+
5+
- MCP output types, requirement target extraction (#1435)
6+
- restrict Python version to <3.14 in PEP 621 metadata (#1433)
7+
- deep copy PromptTemplate config to prevent shared mutable state across agents (#1419)
8+
9+
### Features
10+
11+
- **serve**: add Zed ACP adapter for exposing agents over stdio (#1428)
12+
- **mcp**: make exclude_none configurable in MCPTool parameters (#1429)
13+
- validate class names in dynamic adapters (#1408)
14+
115
## python_v0.1.79 (2026-03-24)
216

317
- update dependencies

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "beeai-framework"
3-
version="0.1.79"
3+
version="0.1.80"
44
license = "Apache-2.0"
55
readme = "README.md"
66
authors = [{ name = "IBM Corp." }]

0 commit comments

Comments
 (0)