Downgrade playwright to 1.50.0 to fix version mismatch with browserless server
All checks were successful
Build and Push Docker Image / build (push) Successful in 34s

This commit is contained in:
2026-04-24 04:48:07 +00:00
parent 342167e788
commit ad4d7317f4
5 changed files with 44 additions and 77 deletions

View File

@@ -9,13 +9,12 @@ dependencies = [
"fastmcp>=0.4.1",
"starlette>=0.41.0",
"uvicorn>=0.32.0",
"httpx>=0.27.0",
"aiohttp>=3.9.0",
"fastapi>=0.136.1",
"greenlet>=3.2.3",
"pdfplumber>=0.11.4",
"playwright==1.54.0",
"pyee>=13.0.0",
"playwright==1.50.0",
"pyee>=12.0.0,<13.0.0",
"typing-extensions>=4.14.0",
]