Merge branch 'main' into snowflake

This commit is contained in:
João Moura
2025-01-19 01:22:42 -03:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
from typing import Any, Optional, Type
from pydantic import BaseModel, Field
from serpapi import HTTPError
from .serpapi_base_tool import SerpApiBaseTool
from urllib.error import HTTPError
from .serpapi_base_tool import SerpApiBaseTool

View File

@@ -1,7 +1,8 @@
from typing import Any, Optional, Type
from pydantic import BaseModel, Field
from serpapi import HTTPError
from .serpapi_base_tool import SerpApiBaseTool
from urllib.error import HTTPError
from .serpapi_base_tool import SerpApiBaseTool