Skip to content

Commit

Permalink
python312Packages.litellm: 1.42.12 -> 1.44.7 (NixOS#337704)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Aug 27, 2024
2 parents d50941c + e0d326e commit 3745928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/litellm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

buildPythonPackage rec {
pname = "litellm";
version = "1.42.12";
version = "1.44.7";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-Wd6u2bOZjdL3jexT3CkiXX3zfcXwMlNEifG/6ak5Qbw=";
hash = "sha256-qEO5QWaW3Nd/zKNjZ31e5y5hNc55qZGDYCD66z+ftUk=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 3745928

Please sign in to comment.