firecrawl 2.12.0__tar.gz → 2.13.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of firecrawl might be problematic. Click here for more details.
- {firecrawl-2.12.0 → firecrawl-2.13.0}/PKG-INFO +1 -1
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl/__init__.py +1 -1
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl/firecrawl.py +1 -1
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl.egg-info/PKG-INFO +1 -1
- {firecrawl-2.12.0 → firecrawl-2.13.0}/LICENSE +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/README.md +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl/__tests__/e2e_withAuth/__init__.py +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl/__tests__/e2e_withAuth/test.py +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl/__tests__/v1/e2e_withAuth/__init__.py +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl/__tests__/v1/e2e_withAuth/test.py +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl.egg-info/SOURCES.txt +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl.egg-info/dependency_links.txt +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl.egg-info/requires.txt +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/firecrawl.egg-info/top_level.txt +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/pyproject.toml +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/setup.cfg +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/setup.py +0 -0
- {firecrawl-2.12.0 → firecrawl-2.13.0}/tests/test_change_tracking.py +0 -0
|
@@ -13,7 +13,7 @@ import os
|
|
|
13
13
|
|
|
14
14
|
from .firecrawl import FirecrawlApp, AsyncFirecrawlApp, JsonConfig, ScrapeOptions, ChangeTrackingOptions # noqa
|
|
15
15
|
|
|
16
|
-
__version__ = "2.
|
|
16
|
+
__version__ = "2.13.0"
|
|
17
17
|
|
|
18
18
|
# Define the logger for the Firecrawl project
|
|
19
19
|
logger: logging.Logger = logging.getLogger("firecrawl")
|
|
@@ -335,7 +335,7 @@ class ExtractResponse(pydantic.BaseModel, Generic[T]):
|
|
|
335
335
|
data: Optional[T] = None
|
|
336
336
|
error: Optional[str] = None
|
|
337
337
|
warning: Optional[str] = None
|
|
338
|
-
sources: Optional[
|
|
338
|
+
sources: Optional[Dict[Any, Any]] = None
|
|
339
339
|
|
|
340
340
|
class SearchParams(pydantic.BaseModel):
|
|
341
341
|
query: str
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|