Update Playwright to 1.58.0 and pyee to >=13.0.0 to fix version mismatch
All checks were successful
Build and Push Docker Image / build (push) Successful in 36s

This commit is contained in:
2026-04-24 05:02:23 +00:00
parent ad4d7317f4
commit 3fbabfff16
2 changed files with 16 additions and 15 deletions

View File

@@ -13,8 +13,8 @@ dependencies = [
"fastapi>=0.136.1",
"greenlet>=3.2.3",
"pdfplumber>=0.11.4",
"playwright==1.50.0",
"pyee>=12.0.0,<13.0.0",
"playwright==1.58.0",
"pyee>=13.0.0",
"typing-extensions>=4.14.0",
]