Nick: fixed extract schema

This commit is contained in:
Nicolas
2025-01-02 14:03:23 -03:00
parent 07f4b714af
commit c822e34d37
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import os
from .firecrawl import FirecrawlApp # noqa
__version__ = "1.7.0"
__version__ = "1.7.1"
# Define the logger for the Firecrawl project
logger: logging.Logger = logging.getLogger("firecrawl")