Skip to content

Commit a2db8b4

Browse files
committed
beeai: require beeai-framework<=0.1.41
beeai-framework 0.1.42 introduces an API break (i-am-bee/beeai-framework#1013) Our main containerfile uses 0.1.40+patches, but for the development environment and tests, we were just pulling the latest.
1 parent a11365d commit a2db8b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beeai/Containerfile.tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ RUN git config --global user.email "[email protected]" \
1717
&& git config --global user.name "Jotnar Tests"
1818

1919
# Install BeeAI Framework and FastMCP
20-
RUN pip3 install --no-cache-dir beeai-framework fastmcp redis
20+
RUN pip3 install --no-cache-dir 'beeai-framework<=0.1.41' fastmcp redis
2121

2222
WORKDIR /src

beeai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"aiohttp>=3.12.15",
99
"aiofiles>=24.1.0",
1010
"arize-phoenix-otel>=0.13.0",
11-
"beeai-framework[mcp,duckduckgo]>=0.1.36",
11+
"beeai-framework[mcp,duckduckgo]>=0.1.36,<=0.1.41",
1212
"fastmcp>=2.11.3",
1313
"flexmock>=0.12.2",
1414
"ogr>=0.55.0",

0 commit comments

Comments
 (0)