We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3b1d6 commit 42a1617Copy full SHA for 42a1617
python/CHANGELOG.md
@@ -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
13
## python_v0.1.71 (2025-12-03)
14
15
### Bug Fixes
python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "beeai-framework"
-version="0.1.71"
+version="0.1.72"
license = "Apache-2.0"
readme = "README.md"
authors = [{ name = "IBM Corp." }]
0 commit comments