Files
matomo-bootstrap/pyproject.toml
Kevin Veen-Birkenbach 1b3ee2c3fd
Some checks failed
ci / tests (push) Has been cancelled
fix: pin Playwright to 1.46.0 to match Docker base image
The Docker image is based on mcr.microsoft.com/playwright/python:v1.46.0.
Using an open-ended dependency (playwright>=1.46.0) allowed newer
Playwright versions to be installed in CI, causing driver/browser
mismatches and bootstrap crashes (exit code 3).

Pinning Playwright to 1.46.0 ensures version consistency between
Python package and container image and fixes the docker-compose
E2E stack failure.

https://chatgpt.com/share/694afaed-7c1c-800f-a2da-ec8c06e6ebe1
2025-12-23 21:26:03 +01:00

796 B