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
All checks were successful
Build and Push Docker Image / build (push) Successful in 34s
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user