Skip to content

Commit 7959d33

Browse files
committed
Temporarily pin beeai to avoid patch application issues
With the new version of beeai being released, our patch fails to apply, making building new images impossible. As we are waiting for the patch being merged upstream, temporarily pinning until that code is merged and released should be enough. Alternatively, we could regenerate the patch for each new release touching the code.
1 parent e98c06a commit 7959d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beeai/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY beeai-gemini.patch /tmp
1919

2020
# Install BeeAI Framework and Phoenix
2121
RUN pip3 install \
22-
beeai-framework[mcp,duckduckgo] \
22+
beeai-framework[mcp,duckduckgo]==0.1.31 \
2323
openinference-instrumentation-beeai \
2424
arize-phoenix-otel \
2525
&& cd /usr/local/lib/python3.13/site-packages \

0 commit comments

Comments
 (0)