1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python312Packages.litellm: 1.44.7 -> 1.44.22 (#340757)

This commit is contained in:
Yt 2024-09-09 22:27:26 +00:00 committed by GitHub
commit b35ce6c6b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@
buildPythonPackage rec {
pname = "litellm";
version = "1.44.7";
version = "1.44.22";
pyproject = true;
disabled = pythonOlder "3.8";
@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "BerriAI";
repo = "litellm";
rev = "refs/tags/v${version}";
hash = "sha256-qEO5QWaW3Nd/zKNjZ31e5y5hNc55qZGDYCD66z+ftUk=";
hash = "sha256-0F972vEW6ebbbaJ6c0db3cDtFJIRUN81Gp0OMo0fgqY=";
};
build-system = [ poetry-core ];