python313Packages.google-cloud-webrisk: 1.18.1 -> 1.19.0

Removed pythonOlder dependency and its usage.
This commit is contained in:
Fabian Affolter
2025-10-23 11:35:15 +02:00
committed by GitHub
parent 18bd2aac0e
commit cecb26c2a7
@@ -9,7 +9,6 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -18,8 +17,6 @@ buildPythonPackage rec {
version = "1.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_webrisk";
inherit version;