python3Packages.kaggle: 1.7.4.5 -> 1.8.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:24 +01:00
parent bbdfa7d1a3
commit 171a4dfe5e
@@ -2,50 +2,51 @@
bleach,
buildPythonPackage,
certifi,
charset-normalizer,
fetchPypi,
hatchling,
idna,
kagglesdk,
lib,
packaging,
python-dateutil,
python-slugify,
requests,
setuptools,
six,
text-unidecode,
tqdm,
urllib3,
webencodings,
protobuf,
}:
buildPythonPackage rec {
pname = "kaggle";
version = "1.7.4.5";
version = "1.8.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-HZghvWpqFHB0HHbSZJWhhHW1p7/gyAsZGRJUsnNdQd0=";
hash = "sha256-MzXaV1KuKEPDqgUjt6ftkajdVQXBnLQDH51XZRw0YQY=";
};
build-system = [ hatchling ];
pythonRemoveDeps = [
"black"
"mypy"
"types-requests"
"types-tqdm"
];
dependencies = [
bleach
certifi
charset-normalizer
idna
kagglesdk
packaging
protobuf
python-dateutil
python-slugify
requests
setuptools
six
text-unidecode
tqdm
urllib3
webencodings
protobuf
];
# Tests try to access the network.