From a028df54ce10f2efccfd103d3926c72dcc8a14dc Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 5 Mar 2026 08:05:00 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(backend)=20upgrade=20pycrdt?= =?UTF-8?q?=20to=20version=200.12.47?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This version has a wheel for musl linux platform, it should speed up the build of the docker images --- src/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 6120c4ee..620c55b7 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "nested-multipart-parser==1.6.0", "openai==2.21.0", "psycopg[binary]==3.3.2", - "pycrdt==0.12.44", + "pycrdt==0.12.47", "pydantic==2.12.5", "pydantic-ai-slim[openai,logfire,web]==1.58.0", "PyJWT==2.10.1",