firecrawl 1.17.0__tar.gz → 2.0.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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: firecrawl
3
- Version: 1.17.0
3
+ Version: 2.0.0
4
4
  Summary: Python SDK for Firecrawl API
5
5
  Home-page: https://github.com/mendableai/firecrawl
6
6
  Author: Mendable.ai
@@ -37,7 +37,8 @@ Requires-Dist: requests
37
37
  Requires-Dist: python-dotenv
38
38
  Requires-Dist: websockets
39
39
  Requires-Dist: nest-asyncio
40
- Requires-Dist: pydantic>=2.10.3
40
+ Requires-Dist: pydantic
41
+ Requires-Dist: aiohttp
41
42
 
42
43
  # Firecrawl Python SDK
43
44
 
@@ -13,7 +13,7 @@ import os
13
13
 
14
14
  from .firecrawl import FirecrawlApp # noqa
15
15
 
16
- __version__ = "1.17.0"
16
+ __version__ = "2.0.0"
17
17
 
18
18
  # Define the logger for the Firecrawl project
19
19
  logger: logging.Logger = logging.getLogger("firecrawl")