build: update deps and browser useragents
This commit is contained in:
+3
-3
@@ -73,10 +73,10 @@ dependencies = [
|
|||||||
fetchers = [
|
fetchers = [
|
||||||
"click>=8.3.0",
|
"click>=8.3.0",
|
||||||
"curl_cffi>=0.15.0",
|
"curl_cffi>=0.15.0",
|
||||||
"playwright==1.58.0",
|
"playwright==1.59.0",
|
||||||
"patchright==1.58.2",
|
"patchright==1.59.1",
|
||||||
"browserforge>=1.2.4",
|
"browserforge>=1.2.4",
|
||||||
"apify-fingerprint-datapoints>=0.12.0",
|
"apify-fingerprint-datapoints>=0.13.0",
|
||||||
"msgspec>=0.21.1",
|
"msgspec>=0.21.1",
|
||||||
"anyio>=4.13.0",
|
"anyio>=4.13.0",
|
||||||
"protego>=0.6.0",
|
"protego>=0.6.0",
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ from scrapling.core._types import Dict, Literal, Tuple
|
|||||||
__OS_NAME__ = platform_system()
|
__OS_NAME__ = platform_system()
|
||||||
OSName = Literal["linux", "macos", "windows"]
|
OSName = Literal["linux", "macos", "windows"]
|
||||||
# Current versions hardcoded for now (Playwright doesn't allow to know the version of a browser without launching it)
|
# Current versions hardcoded for now (Playwright doesn't allow to know the version of a browser without launching it)
|
||||||
chromium_version = 145
|
chromium_version = 147
|
||||||
chrome_version = 145
|
chrome_version = 147
|
||||||
|
|
||||||
|
|
||||||
@lru_cache(1, typed=True)
|
@lru_cache(1, typed=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user