We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecc1de commit 89d294dCopy full SHA for 89d294d
2 files changed
python/CHANGELOG.md
@@ -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
15
## python_v0.1.79 (2026-03-24)
16
17
- update dependencies
python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "beeai-framework"
-version="0.1.79"
+version="0.1.80"
license = "Apache-2.0"
readme = "README.md"
authors = [{ name = "IBM Corp." }]
0 commit comments