Skip to content

Commit f0781bc

Browse files
committed
fix(agents): downgrade chat agent framework version
Signed-off-by: Radek Ježek <radek.jezek@ibm.com>
1 parent 3db5dfd commit f0781bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

agents/chat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
requires-python = ">=3.13,<3.14"
99
dependencies = [
10-
"beeai-framework[duckduckgo,wikipedia,a2a]>=0.1.74",
10+
"beeai-framework[duckduckgo,wikipedia,a2a]==0.1.70",
1111
"tiktoken>=0.12.0", # constraint for beeai-framework dependency (first version with musl arm64 wheel)
1212
"fastuuid>=0.14.0", # constraint for beeai-framework dependency (first version with musl arm64 wheel)
1313
"openai>=1.107.1",

agents/chat/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)