We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122a23f commit e35da64Copy full SHA for e35da64
python/CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## python_v0.1.65 (2025-11-06)
2
+
3
+### Bug Fixes
4
5
+- **adapters**: agent card url can be provided in agent's metadata (#1276)
6
7
+### Features
8
9
+- **adapters**: add nested trajectory support for AgentStack (#1273)
10
+- **agent**: improve typing for ConditionalRequirement
11
12
## python_v0.1.64 (2025-11-05)
13
14
### Bug Fixes
python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "beeai-framework"
-version="0.1.64"
+version="0.1.65"
license = "Apache-2.0"
readme = "README.md"
authors = [{ name = "IBM Corp." }]
0 commit comments