firecrawl 1.13.0__py3-none-any.whl → 1.13.1__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.13.0"
16
+ __version__ = "1.13.1"
17
17
 
18
18
  # Define the logger for the Firecrawl project
19
19
  logger: logging.Logger = logging.getLogger("firecrawl")
firecrawl/firecrawl.py CHANGED
@@ -1176,7 +1176,7 @@ class FirecrawlApp:
1176
1176
  json_data = {'query': query, **research_params.dict(exclude_none=True)}
1177
1177
 
1178
1178
  try:
1179
- response = self._post_request(f'{self.api_url}/v1/research', json_data, headers)
1179
+ response = self._post_request(f'{self.api_url}/v1/deep-research', json_data, headers)
1180
1180
  if response.status_code == 200:
1181
1181
  try:
1182
1182
  return response.json()
@@ -1204,7 +1204,7 @@ class FirecrawlApp:
1204
1204
  """
1205
1205
  headers = self._prepare_headers()
1206
1206
  try:
1207
- response = self._get_request(f'{self.api_url}/v1/research/{id}', headers)
1207
+ response = self._get_request(f'{self.api_url}/v1/deep-research/{id}', headers)
1208
1208
  if response.status_code == 200:
1209
1209
  try:
1210
1210
  return response.json()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: firecrawl
3
- Version: 1.13.0
3
+ Version: 1.13.1
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=5qKTtUIYizD2sOcptUkiB1vyxmA7I9I3kSYuJhzHzNo,2544
2
+ firecrawl/firecrawl.py,sha256=Ytc8l9xABF8l_mykEB8KS8C6szuC0Z6MU6YuhJgFJ_E,51591
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.13.1.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
8
+ firecrawl-1.13.1.dist-info/METADATA,sha256=Tf8mmN_z0HbFo9DIhQtWPDkDyx9CC0OHm_3GlG0QohE,10572
9
+ firecrawl-1.13.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
10
+ firecrawl-1.13.1.dist-info/top_level.txt,sha256=jTvz79zWhiyAezfmmHe4FQ-hR60C59UU5FrjMjijLu8,10
11
+ firecrawl-1.13.1.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- firecrawl/__init__.py,sha256=riFAe05OaS3h1naKPjfPAp9XXX5PKHvELOyTo0ozC1s,2544
2
- firecrawl/firecrawl.py,sha256=nkpH9L2PbJrwYPQRPVRmGCCdCzJKw1iKeqicPOgH9RQ,51581
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.13.0.dist-info/LICENSE,sha256=nPCunEDwjRGHlmjvsiDUyIWbkqqyj3Ej84ntnh0g0zA,1084
8
- firecrawl-1.13.0.dist-info/METADATA,sha256=qliHXfHVg3UD18Uf7g6lCRWAKlMFJHCo3Wy7q2eaDno,10572
9
- firecrawl-1.13.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
10
- firecrawl-1.13.0.dist-info/top_level.txt,sha256=jTvz79zWhiyAezfmmHe4FQ-hR60C59UU5FrjMjijLu8,10
11
- firecrawl-1.13.0.dist-info/RECORD,,