Merge pull request #286565 from happysalada/litellm_update

python311Packages.litellm: use pyproject = true
This commit is contained in:
Robert Schütz 2024-02-06 00:36:14 +00:00 committed by GitHub
commit fa1e10e8d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,15 +12,14 @@
, certifi
, appdirs
, aiohttp
, httpx
}:
let
version = "1.22.3";
in
buildPythonPackage rec {
buildPythonPackage {
pname = "litellm";
format = "pyproject";
inherit version;
pyproject = true;
src = fetchFromGitHub {
owner = "BerriAI";