Skip to content

Commit

Permalink
Merge pull request #303820 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.litellm

python311Packages.litellm: 1.35.1 -> 1.35.4
  • Loading branch information
happysalada authored Apr 14, 2024
2 parents e55f20a + f7adf20 commit c9cd6c5
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 @@ -33,7 +33,7 @@

buildPythonPackage rec {
pname = "litellm";
version = "1.35.1";
version = "1.35.4";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-bFAoaKH1y+Q5JE7OEY8w5hX3+6LAgswaCx1bKYmLZX0=";
hash = "sha256-5z2qyzDMfksxlj2KxAGw5TYn3aXbeUHZvwHiNjeWmLA=";
};

postPatch = ''
Expand Down

0 comments on commit c9cd6c5

Please sign in to comment.