Skip to content

Commit

Permalink
downgrade trio to avoid a bug introduced in 0.23
Browse files Browse the repository at this point in the history
masci committed Nov 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ab36ccd commit 3ad66b5
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.0-rc2
1.22.0-rc3
4 changes: 4 additions & 0 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -26,6 +26,10 @@ RUN pip install --upgrade pip && \
pip install --no-cache-dir .${haystack_extras} && \
pip install --no-cache-dir ./rest_api

# Downgrade trio at the last known working version. The issue only
# surfaced in the pytorch-derived image but applying to all the
# images for simplicity.
RUN pip install -U "trio<0.23"

FROM $base_image AS final

0 comments on commit 3ad66b5

Please sign in to comment.