10 buildPythonPackage rec {
11 pname = "types-requests";
12 version = "2.32.0.20240914";
16 inherit pname version;
17 hash = "sha256-KFDheNs5Gdm/gJ5DTu9luknQ5+M6yS1Yj0peKV//1AU=";
20 build-system = [ setuptools ];
27 # Module doesn't have tests
30 pythonImportsCheck = [ "requests-stubs" ];
33 description = "Typing stubs for requests";
34 homepage = "https://github.com/python/typeshed";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ fab ];