⬆️(backend) upgrade pycrdt to version 0.12.47

This version has a wheel for musl linux platform, it should speed up the
build of the docker images
This commit is contained in:
Manuel Raynaud 2026-03-05 08:05:00 +01:00
parent 25cf11c90f
commit a028df54ce
No known key found for this signature in database
GPG key ID: 3F45EEDEBF44E874

View file

@ -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",