build: pump up version and deps
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
__author__ = "Karim Shoair (karim.shoair@pm.me)"
|
||||
__version__ = "0.4.6"
|
||||
__version__ = "0.4.7"
|
||||
__copyright__ = "Copyright (c) 2024 Karim Shoair"
|
||||
|
||||
from typing import Any, TYPE_CHECKING
|
||||
|
||||
@@ -179,7 +179,9 @@ class ScraplingMCPServer:
|
||||
"""
|
||||
session_id = session_id or uuid4().hex[:12]
|
||||
if session_id in self._sessions:
|
||||
raise ValueError(f"Session '{session_id}' already exists. Use a different ID or close the existing session first.")
|
||||
raise ValueError(
|
||||
f"Session '{session_id}' already exists. Use a different ID or close the existing session first."
|
||||
)
|
||||
|
||||
common_kwargs: Dict[str, Any] = dict(
|
||||
wait=wait,
|
||||
|
||||
Reference in New Issue
Block a user