Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beeai/Containerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN git config --global user.email "[email protected]" \
&& git config --global user.name "Jotnar Tests"

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

WORKDIR /src
2 changes: 1 addition & 1 deletion beeai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"aiohttp>=3.12.15",
"aiofiles>=24.1.0",
"arize-phoenix-otel>=0.13.0",
"beeai-framework[mcp,duckduckgo]>=0.1.36",
"beeai-framework[mcp,duckduckgo]>=0.1.36,<=0.1.41",
"fastmcp>=2.11.3",
"flexmock>=0.12.2",
"ogr>=0.55.0",
Expand Down