build: pump up version, browsers and deps

This commit is contained in:
Karim shoair
2026-06-07 16:16:23 +03:00
parent 1fd1013806
commit 4ced6e4ac2
11 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -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 = 147
chrome_version = 147
chromium_version = 148
chrome_version = 148
@lru_cache(1, typed=True)