python3Packages.garth: 0.5.17 -> 0.5.18 (#456613)

This commit is contained in:
Nick Cao
2025-10-29 20:26:06 +00:00
committed by GitHub
@@ -6,21 +6,18 @@
pydantic,
pytest-vcr,
pytestCheckHook,
pythonOlder,
requests,
requests-oauthlib,
}:
buildPythonPackage rec {
pname = "garth";
version = "0.5.17";
version = "0.5.18";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-SO3pOMOLL9cHd+VccCVTh3XZPBBH9DzHxEgfKgSxCcs=";
hash = "sha256-+Df40ZYj5+Vo9IFFF+9wfGiKvhCWWy7hqhoBVZKsdx0=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];