Merge branch 'sdk-improv/async'

This commit is contained in:
Nicolas 2025-04-18 01:43:45 -07:00
commit 9d0baec589

View File

@ -11,9 +11,9 @@ For more information visit https://github.com/firecrawl/
import logging import logging
import os import os
from .firecrawl import FirecrawlApp # noqa from .firecrawl import FirecrawlApp, ExtractConfig # noqa
__version__ = "2.0.0" __version__ = "2.0.1"
# Define the logger for the Firecrawl project # Define the logger for the Firecrawl project
logger: logging.Logger = logging.getLogger("firecrawl") logger: logging.Logger = logging.getLogger("firecrawl")