⬇️(backend) downgrade pydantic-ai-slim to version 1.58.0

We upgrade pydantic-ai-slim to version 1.63.0, we have an error when
Docs is run in preprod environment.
We have to investigate why and we decided to downgrade to a working
version
This commit is contained in:
Manuel Raynaud 2026-03-09 18:25:45 +01:00
parent 29f2c2ebdf
commit 6a3b33ec32
No known key found for this signature in database
GPG key ID: 3F45EEDEBF44E874
2 changed files with 7 additions and 1 deletions

View file

@ -37,6 +37,12 @@
"matchPackageNames": ["celery"],
"allowedVersions": "<5.6.0"
},
{
"groupName": "allowed pydantic-ai-slim versions",
"matchManagers": ["pep621"],
"matchPackageNames": ["pydantic-ai-slim"],
"allowedVersions": "<1.59.0"
},
{
"enabled": false,
"groupName": "ignored js dependencies",

View file

@ -57,7 +57,7 @@ dependencies = [
"psycopg[binary]==3.3.3",
"pycrdt==0.12.47",
"pydantic==2.12.5",
"pydantic-ai-slim[openai,logfire,web]==1.63.0",
"pydantic-ai-slim[openai,logfire,web]==1.58.0",
"PyJWT==2.11.0",
"python-magic==0.4.27",
"redis<6.0.0",