build: update deps and browser useragents
This commit is contained in:
@@ -13,8 +13,8 @@ from scrapling.core._types import Dict, Literal, Tuple
|
||||
__OS_NAME__ = platform_system()
|
||||
OSName = Literal["linux", "macos", "windows"]
|
||||
# Current versions hardcoded for now (Playwright doesn't allow to know the version of a browser without launching it)
|
||||
chromium_version = 145
|
||||
chrome_version = 145
|
||||
chromium_version = 147
|
||||
chrome_version = 147
|
||||
|
||||
|
||||
@lru_cache(1, typed=True)
|
||||
|
||||
Reference in New Issue
Block a user