firecrawl 1.2.3__tar.gz → 1.2.4__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.2.3
3
+ Version: 1.2.4
4
4
  Summary: Python SDK for Firecrawl API
5
5
  Home-page: https://github.com/mendableai/firecrawl
6
6
  Author: Mendable.ai
@@ -36,7 +36,6 @@ License-File: LICENSE
36
36
  Requires-Dist: requests
37
37
  Requires-Dist: python-dotenv
38
38
  Requires-Dist: websockets
39
- Requires-Dist: asyncio
40
39
  Requires-Dist: nest-asyncio
41
40
 
42
41
  # Firecrawl Python SDK
@@ -13,7 +13,7 @@ import os
13
13
 
14
14
  from .firecrawl import FirecrawlApp
15
15
 
16
- __version__ = "1.2.3"
16
+ __version__ = "1.2.4"
17
17
 
18
18
  # Define the logger for the Firecrawl project
19
19
  logger: logging.Logger = logging.getLogger("firecrawl")
@@ -13,7 +13,6 @@ import logging
13
13
  import os
14
14
  import time
15
15
  from typing import Any, Dict, Optional, List
16
- import asyncio
17
16
  import json
18
17
 
19
18
  import requests
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: firecrawl
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Python SDK for Firecrawl API
5
5
  Home-page: https://github.com/mendableai/firecrawl
6
6
  Author: Mendable.ai
@@ -36,7 +36,6 @@ License-File: LICENSE
36
36
  Requires-Dist: requests
37
37
  Requires-Dist: python-dotenv
38
38
  Requires-Dist: websockets
39
- Requires-Dist: asyncio
40
39
  Requires-Dist: nest-asyncio
41
40
 
42
41
  # Firecrawl Python SDK
@@ -1,5 +1,4 @@
1
1
  requests
2
2
  python-dotenv
3
3
  websockets
4
- asyncio
5
4
  nest-asyncio
@@ -12,8 +12,7 @@ dependencies = [
12
12
  "requests",
13
13
  "python-dotenv",
14
14
  "websockets",
15
- "asyncio",
16
- "nest-asyncio"
15
+ "nest-asyncio"
17
16
  ]
18
17
  authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
19
18
  maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
File without changes
File without changes
File without changes
File without changes