Relax Playwright dependency for Nix, pin exact version in Docker
Some checks failed
ci / tests (push) Has been cancelled

- Allow playwright>=1.46.0,<2 in pyproject.toml for Nix compatibility
- Add pip constraints.txt to pin playwright==1.46.0 in container builds
- Enforce constraints during Docker image build

https://chatgpt.com/share/694b0180-2734-800f-830e-44e15d0a527d
This commit is contained in:
Kevin Veen-Birkenbach
2025-12-23 21:54:16 +01:00
parent 9fbdce2972
commit b429644d9e
3 changed files with 4 additions and 2 deletions

1
constraints.txt Normal file
View File

@@ -0,0 +1 @@
playwright==1.46.0