Skip to content

Commit 42a1617

Browse files
committed
chore: python release 0.1.72
1 parent ad3b1d6 commit 42a1617

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

python/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## python_v0.1.72 (2025-12-04)
2+
3+
### Bug Fixes
4+
5+
- **agents**: handle prompt caching edge cases for RequirementAgent with Bedrock
6+
- **adapters**: update AgentStack Form Extension (#1344)
7+
8+
### Features
9+
10+
- **agents**: add cost and token usage info (#1334)
11+
- **adapters**: allow passing API Key for Bedrock (#1345)
12+
113
## python_v0.1.71 (2025-12-03)
214

315
### Bug Fixes

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.71"
3+
version="0.1.72"
44
license = "Apache-2.0"
55
readme = "README.md"
66
authors = [{ name = "IBM Corp." }]

0 commit comments

Comments
 (0)