firecrawl 2.3.0__py3-none-any.whl → 2.4.0__py3-none-any.whl
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/__init__.py +1 -1
- firecrawl/firecrawl.py +3 -8
- {firecrawl-2.3.0.dist-info → firecrawl-2.4.0.dist-info}/METADATA +1 -1
- {firecrawl-2.3.0.dist-info → firecrawl-2.4.0.dist-info}/RECORD +7 -7
- {firecrawl-2.3.0.dist-info → firecrawl-2.4.0.dist-info}/LICENSE +0 -0
- {firecrawl-2.3.0.dist-info → firecrawl-2.4.0.dist-info}/WHEEL +0 -0
- {firecrawl-2.3.0.dist-info → firecrawl-2.4.0.dist-info}/top_level.txt +0 -0
firecrawl/__init__.py
CHANGED
firecrawl/firecrawl.py
CHANGED
|
@@ -304,6 +304,9 @@ class ExtractParams(pydantic.BaseModel):
|
|
|
304
304
|
|
|
305
305
|
class ExtractResponse(pydantic.BaseModel, Generic[T]):
|
|
306
306
|
"""Response from extract operations."""
|
|
307
|
+
id: Optional[str] = None
|
|
308
|
+
status: Optional[Literal["processing", "completed", "failed"]] = None
|
|
309
|
+
expiresAt: Optional[datetime] = None
|
|
307
310
|
success: bool = True
|
|
308
311
|
data: Optional[T] = None
|
|
309
312
|
error: Optional[str] = None
|
|
@@ -412,14 +415,6 @@ class ExtractParams(pydantic.BaseModel):
|
|
|
412
415
|
show_sources: Optional[bool] = False
|
|
413
416
|
agent: Optional[Dict[str, Any]] = None
|
|
414
417
|
|
|
415
|
-
class ExtractResponse(pydantic.BaseModel, Generic[T]):
|
|
416
|
-
"""
|
|
417
|
-
Response from the extract operation.
|
|
418
|
-
"""
|
|
419
|
-
success: bool
|
|
420
|
-
data: Optional[T] = None
|
|
421
|
-
error: Optional[str] = None
|
|
422
|
-
|
|
423
418
|
class FirecrawlApp:
|
|
424
419
|
def __init__(self, api_key: Optional[str] = None, api_url: Optional[str] = None) -> None:
|
|
425
420
|
"""
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
firecrawl/__init__.py,sha256=
|
|
2
|
-
firecrawl/firecrawl.py,sha256=
|
|
1
|
+
firecrawl/__init__.py,sha256=Gg99f51IOBHrpPWOVIXyuSbkZIKHLUw0JPQMU349ABw,2570
|
|
2
|
+
firecrawl/firecrawl.py,sha256=aR6849XXWwsxBXrAIz-EAlVEkXggQyrW0mLGitgpieg,182692
|
|
3
3
|
firecrawl/__tests__/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
firecrawl/__tests__/e2e_withAuth/test.py,sha256=-Fq2vPcMo0iQi4dwsUkkCd931ybDaTxMBnZbRfGdDcA,7931
|
|
5
5
|
firecrawl/__tests__/v1/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
firecrawl/__tests__/v1/e2e_withAuth/test.py,sha256=DcCw-cohtnL-t9XPekUtRoQrgg3UCWu8Ikqudf9ory8,19880
|
|
7
7
|
tests/test_change_tracking.py,sha256=_IJ5ShLcoj2fHDBaw-nE4I4lHdmDB617ocK_XMHhXps,4177
|
|
8
|
-
firecrawl-2.
|
|
9
|
-
firecrawl-2.
|
|
10
|
-
firecrawl-2.
|
|
11
|
-
firecrawl-2.
|
|
12
|
-
firecrawl-2.
|
|
8
|
+
firecrawl-2.4.0.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
|
|
9
|
+
firecrawl-2.4.0.dist-info/METADATA,sha256=f1WKYRlMDmMFkXN9hYqJZsDfXINtiDNQutiW0twRe0Y,10583
|
|
10
|
+
firecrawl-2.4.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
11
|
+
firecrawl-2.4.0.dist-info/top_level.txt,sha256=8T3jOaSN5mtLghO-R3MQ8KO290gIX8hmfxQmglBPdLE,16
|
|
12
|
+
firecrawl-2.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|