From 7546dbfb978a7bb020580607d53cdbdc96d031f6 Mon Sep 17 00:00:00 2001 From: happysalada Date: Sat, 1 Feb 2025 05:49:18 -0500 Subject: [PATCH 1/3] python3Packages.litellm: 1.58.2 -> 1.59.8 --- pkgs/development/python-modules/litellm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/litellm/default.nix b/pkgs/development/python-modules/litellm/default.nix index c51e49d1fa66..751a186fdbfe 100644 --- a/pkgs/development/python-modules/litellm/default.nix +++ b/pkgs/development/python-modules/litellm/default.nix @@ -37,7 +37,7 @@ buildPythonPackage rec { pname = "litellm"; - version = "1.58.2"; + version = "1.59.8"; pyproject = true; disabled = pythonOlder "3.8"; @@ -46,7 +46,7 @@ buildPythonPackage rec { owner = "BerriAI"; repo = "litellm"; tag = "v${version}"; - hash = "sha256-trHZ8KrvdetL4q0nQyUm4YGX8WeMz4YrM+GPwcz8wtI="; + hash = "sha256-2OkREmgs+r+vco1oEVgp5nq7cfwIAlMAh0FL2ceO88Y="; }; build-system = [ poetry-core ]; From e2b602272514b5a73701c761663ea76ea8ccbd46 Mon Sep 17 00:00:00 2001 From: happysalada Date: Sat, 1 Feb 2025 05:49:36 -0500 Subject: [PATCH 2/3] aider-chat: 0.72.1 -> 0.73.0 --- pkgs/development/python-modules/aider-chat/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aider-chat/default.nix b/pkgs/development/python-modules/aider-chat/default.nix index 240db1406353..b5155b88ef29 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -12,7 +12,7 @@ let self = python3; packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; }; }; - version = "0.72.1"; + version = "0.73.0"; aider-chat = python3.pkgs.buildPythonPackage { pname = "aider-chat"; inherit version; @@ -22,7 +22,7 @@ let owner = "Aider-AI"; repo = "aider"; tag = "v${version}"; - hash = "sha256-5dV1EW4qx2tXDlbzyS8CT3p0MXgdKVdIGVLDEQF/4Zc="; + hash = "sha256-wcrwm4mn4D6pYgoCa5iKcKmt4QmhOXOfObUl7Gevukg="; }; pythonRelaxDeps = true; From 0b2f6b33aace254082b2082ef913c934dd80889a Mon Sep 17 00:00:00 2001 From: happysalada Date: Sat, 1 Feb 2025 05:50:23 -0500 Subject: [PATCH 3/3] aider-chat: remove taha and add happysalada --- pkgs/development/python-modules/aider-chat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aider-chat/default.nix b/pkgs/development/python-modules/aider-chat/default.nix index b5155b88ef29..00ea70dec736 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -191,7 +191,7 @@ let homepage = "https://github.com/paul-gauthier/aider"; changelog = "https://github.com/paul-gauthier/aider/blob/v${version}/HISTORY.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ taha-yassine ]; + maintainers = with lib.maintainers; [ happysalada ]; mainProgram = "aider"; }; };