nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

litellm: 1.74.7 -> 1.74.9

R. Ryantm c193558f fa154dda

+2 -2
+2 -2
pkgs/development/python-modules/litellm/default.nix
··· 46 46 47 47 buildPythonPackage rec { 48 48 pname = "litellm"; 49 - version = "1.74.7"; 49 + version = "1.74.9"; 50 50 pyproject = true; 51 51 52 52 disabled = pythonOlder "3.8"; ··· 55 55 owner = "BerriAI"; 56 56 repo = "litellm"; 57 57 tag = "v${version}-stable"; 58 - hash = "sha256-PKBT2Yhn5SprToMGyB2i35Iy+97FNVpyAo/wAwxuBoc="; 58 + hash = "sha256-SGZwt2jzAQbOMlvudqPWat281su6OwT7JG2CNSMjL3A="; 59 59 }; 60 60 61 61 build-system = [ poetry-core ];