firecrawl 1.11.0__tar.gz → 1.11.1__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,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: firecrawl
3
- Version: 1.11.0
3
+ Version: 1.11.1
4
4
  Summary: Python SDK for Firecrawl API
5
5
  Home-page: https://github.com/mendableai/firecrawl
6
6
  Author: Mendable.ai
7
7
  Author-email: "Mendable.ai" <nick@mendable.ai>
8
8
  Maintainer-email: "Mendable.ai" <nick@mendable.ai>
9
- License: GNU Affero General Public License v3 (AGPLv3)
9
+ License: MIT License
10
10
  Project-URL: Documentation, https://docs.firecrawl.dev
11
11
  Project-URL: Source, https://github.com/mendableai/firecrawl
12
12
  Project-URL: Tracker, https://github.com/mendableai/firecrawl/issues
@@ -14,7 +14,7 @@ Keywords: SDK,API,firecrawl
14
14
  Classifier: Development Status :: 5 - Production/Stable
15
15
  Classifier: Environment :: Web Environment
16
16
  Classifier: Intended Audience :: Developers
17
- Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
17
+ Classifier: License :: OSI Approved :: MIT License
18
18
  Classifier: Natural Language :: English
19
19
  Classifier: Operating System :: OS Independent
20
20
  Classifier: Programming Language :: Python
@@ -13,7 +13,7 @@ import os
13
13
 
14
14
  from .firecrawl import FirecrawlApp # noqa
15
15
 
16
- __version__ = "1.11.0"
16
+ __version__ = "1.11.1"
17
17
 
18
18
  # Define the logger for the Firecrawl project
19
19
  logger: logging.Logger = logging.getLogger("firecrawl")
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: firecrawl
3
- Version: 1.11.0
3
+ Version: 1.11.1
4
4
  Summary: Python SDK for Firecrawl API
5
5
  Home-page: https://github.com/mendableai/firecrawl
6
6
  Author: Mendable.ai
7
7
  Author-email: "Mendable.ai" <nick@mendable.ai>
8
8
  Maintainer-email: "Mendable.ai" <nick@mendable.ai>
9
- License: GNU Affero General Public License v3 (AGPLv3)
9
+ License: MIT License
10
10
  Project-URL: Documentation, https://docs.firecrawl.dev
11
11
  Project-URL: Source, https://github.com/mendableai/firecrawl
12
12
  Project-URL: Tracker, https://github.com/mendableai/firecrawl/issues
@@ -14,7 +14,7 @@ Keywords: SDK,API,firecrawl
14
14
  Classifier: Development Status :: 5 - Production/Stable
15
15
  Classifier: Environment :: Web Environment
16
16
  Classifier: Intended Audience :: Developers
17
- Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
17
+ Classifier: License :: OSI Approved :: MIT License
18
18
  Classifier: Natural Language :: English
19
19
  Classifier: Operating System :: OS Independent
20
20
  Classifier: Programming Language :: Python
@@ -17,13 +17,13 @@ dependencies = [
17
17
  ]
18
18
  authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
19
19
  maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}]
20
- license = {text = "GNU Affero General Public License v3 (AGPLv3)"}
20
+ license = {text = "MIT License"}
21
21
 
22
22
  classifiers = [
23
23
  "Development Status :: 5 - Production/Stable",
24
24
  "Environment :: Web Environment",
25
25
  "Intended Audience :: Developers",
26
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
26
+ "License :: OSI Approved :: MIT License",
27
27
  "Natural Language :: English",
28
28
  "Operating System :: OS Independent",
29
29
  "Programming Language :: Python",
File without changes
File without changes
File without changes
File without changes