build: pump version up and deps

This commit is contained in:
Karim shoair
2025-12-17 00:04:24 +02:00
parent f6862f8170
commit fd9fc83c6c
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
__author__ = "Karim Shoair (karim.shoair@pm.me)"
__version__ = "0.3.11"
__version__ = "0.3.12"
__copyright__ = "Copyright (c) 2024 Karim Shoair"
from typing import Any, TYPE_CHECKING
-2
View File
@@ -2,8 +2,6 @@ from pathlib import Path
from subprocess import check_output
from sys import executable as python_executable
from curl_cffi.requests import impersonate
from scrapling.core.utils import log
from scrapling.engines.toolbelt.custom import Response
from scrapling.core.utils._shell import _CookieParser, _ParseHeaders