python3Packages.firecrawl-py: 1.15.0 -> 2.7.0

https://github.com/mendableai/firecrawl/releases/tag/v2.7.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:52 +01:00
parent 93beecb409
commit 4d26892bc7
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "firecrawl-py";
version = "1.15.0";
version = "2.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mendableai";
repo = "firecrawl";
tag = "v${version}";
hash = "sha256-GIde8FiU1/gS3oFfTf7f7Tc4KvDVL873VE5kjyh33Is=";
hash = "sha256-l42FfMrkqeFuAB4Sibxe4J+lifePSu2naIySEUGPQW0=";
};
sourceRoot = "${src.name}/apps/python-sdk";