Merge pull request #292313 from r-ryantm/auto-update/python311Packages.litellm

python311Packages.litellm: 1.27.4 -> 1.28.0

authored by Yt and committed by GitHub 575147ae cd7f814c

+2 -2
+2 -2
pkgs/development/python-modules/litellm/default.nix
··· 33 33 34 34 buildPythonPackage rec { 35 35 pname = "litellm"; 36 - version = "1.27.4"; 36 + version = "1.28.0"; 37 37 pyproject = true; 38 38 39 39 disabled = pythonOlder "3.8"; ··· 42 42 owner = "BerriAI"; 43 43 repo = "litellm"; 44 44 rev = "refs/tags/v${version}"; 45 - hash = "sha256-mgBbU5vbSKjJysPQHu2FH7VzB7aCW4XJThNkpMnu1+c="; 45 + hash = "sha256-rmgKitWY2YFa+L9vpjXCsx5rCS2UrrobyKoleP5taG0="; 46 46 }; 47 47 48 48 postPatch = ''