python3Packages.labelbox: 6.10.0 -> 7.1.1

https://github.com/Labelbox/labelbox-python/releases/tag/v.v7.1.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:00:14 +02:00
parent 5f03006a5f
commit 20734b2ca1
@@ -29,14 +29,14 @@
}:
let
version = "6.10.0";
version = "7.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Labelbox";
repo = "labelbox-python";
tag = "v.${version}";
hash = "sha256-EstHsY9yFeUhQAx3pgvKk/o3EMkr3JeHDDg/p6meDIE=";
tag = "v${version}";
hash = "sha256-zlcyvouvemHhbD1UcYbbbkmCkTVwarSTF9mCi0I/ZzY=";
};
lbox-clients = buildPythonPackage {