firecrawl 1.10.1__py3-none-any.whl → 1.11.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 CHANGED
@@ -13,7 +13,7 @@ import os
13
13
 
14
14
  from .firecrawl import FirecrawlApp # noqa
15
15
 
16
- __version__ = "1.10.1"
16
+ __version__ = "1.11.0"
17
17
 
18
18
  # Define the logger for the Firecrawl project
19
19
  logger: logging.Logger = logging.getLogger("firecrawl")
firecrawl/firecrawl.py CHANGED
@@ -51,6 +51,11 @@ class FirecrawlApp:
51
51
  schema_: Optional[Any] = pydantic.Field(None, alias='schema')
52
52
  system_prompt: Optional[str] = None
53
53
  allow_external_links: Optional[bool] = False
54
+ enable_web_search: Optional[bool] = False
55
+ # Just for backwards compatibility
56
+ enableWebSearch: Optional[bool] = False
57
+
58
+
54
59
 
55
60
  class ExtractResponse(pydantic.BaseModel):
56
61
  """
@@ -732,7 +737,8 @@ class FirecrawlApp:
732
737
  request_data = {
733
738
  **jsonData,
734
739
  'allowExternalLinks': params.get('allow_external_links', False) if params else False,
735
- 'schema': schema
740
+ 'schema': schema,
741
+ 'origin': 'api-sdk'
736
742
  }
737
743
 
738
744
  try:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: firecrawl
3
- Version: 1.10.1
3
+ Version: 1.11.0
4
4
  Summary: Python SDK for Firecrawl API
5
5
  Home-page: https://github.com/mendableai/firecrawl
6
6
  Author: Mendable.ai
@@ -0,0 +1,11 @@
1
+ firecrawl/__init__.py,sha256=GCcrH_DQcA4s3v9TTKJT1VwwaZq79aTIYw4xPFtHOvs,2544
2
+ firecrawl/firecrawl.py,sha256=E-sYjWXZUknznsf_zga-0-_kXteN1mLmDyWukxkJLdo,40805
3
+ firecrawl/__tests__/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ firecrawl/__tests__/e2e_withAuth/test.py,sha256=6OawnVF4IPeGyXg_Izi3t8U7MyT90roaJBJIG5UfllM,7935
5
+ firecrawl/__tests__/v1/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ firecrawl/__tests__/v1/e2e_withAuth/test.py,sha256=tL5kJJ4el37Wc-Z2TRSuSWwWG2M40h3VPxHYuWijD00,19888
7
+ firecrawl-1.11.0.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
8
+ firecrawl-1.11.0.dist-info/METADATA,sha256=9pTZzq_lTViPYLVtXl2mHuBFs1WuBm8AJzBtoODoJQc,10632
9
+ firecrawl-1.11.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
10
+ firecrawl-1.11.0.dist-info/top_level.txt,sha256=jTvz79zWhiyAezfmmHe4FQ-hR60C59UU5FrjMjijLu8,10
11
+ firecrawl-1.11.0.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- firecrawl/__init__.py,sha256=SIBff1i-wnosNeyzLZJy204vGizDLNZgH-F2LNYScbs,2544
2
- firecrawl/firecrawl.py,sha256=7hvNQSAc59MqgzLlRql0pbGpNO-VoNuK38u8IaPF20U,40629
3
- firecrawl/__tests__/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- firecrawl/__tests__/e2e_withAuth/test.py,sha256=6OawnVF4IPeGyXg_Izi3t8U7MyT90roaJBJIG5UfllM,7935
5
- firecrawl/__tests__/v1/e2e_withAuth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- firecrawl/__tests__/v1/e2e_withAuth/test.py,sha256=tL5kJJ4el37Wc-Z2TRSuSWwWG2M40h3VPxHYuWijD00,19888
7
- firecrawl-1.10.1.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
8
- firecrawl-1.10.1.dist-info/METADATA,sha256=H8PyHIE5Rjq3KbOT50IQyKLVLyH-_T34nWG3gZSQvUs,10632
9
- firecrawl-1.10.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
10
- firecrawl-1.10.1.dist-info/top_level.txt,sha256=jTvz79zWhiyAezfmmHe4FQ-hR60C59UU5FrjMjijLu8,10
11
- firecrawl-1.10.1.dist-info/RECORD,,