From faf198371acaab479d8e6f70b875b2f1ce940792 Mon Sep 17 00:00:00 2001 From: happysalada Date: Tue, 26 Nov 2024 19:36:23 -0500 Subject: [PATCH 1/2] python312Packages.litellm: 1.51.2 -> 1.52.16 --- 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 89f32222a762..9f423f8b9505 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.51.2"; + version = "1.52.16"; pyproject = true; disabled = pythonOlder "3.8"; @@ -46,7 +46,7 @@ buildPythonPackage rec { owner = "BerriAI"; repo = "litellm"; rev = "refs/tags/v${version}"; - hash = "sha256-jC5BiD4JFfsiyNOSlY6rH6l3Dk6AKKXJ8+Q6MTGYTpM="; + hash = "sha256-WDD7jsFajzBTQCsB1235n3bMQXzOoh98BOBXLVvG/zQ="; }; build-system = [ poetry-core ]; From 47e05fadce428f2f8a7de7ad086d36d710712a66 Mon Sep 17 00:00:00 2001 From: happysalada Date: Wed, 27 Nov 2024 21:46:47 -0500 Subject: [PATCH 2/2] aider-chat: 0.62.0 -> 0.65.0 --- pkgs/by-name/ai/aider-chat/package.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ai/aider-chat/package.nix b/pkgs/by-name/ai/aider-chat/package.nix index ab55239d814e..021cad249bb0 100644 --- a/pkgs/by-name/ai/aider-chat/package.nix +++ b/pkgs/by-name/ai/aider-chat/package.nix @@ -12,7 +12,7 @@ let self = python3; packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; }; }; - version = "0.62.0"; + version = "0.65.0"; aider-chat = python3.pkgs.buildPythonApplication { pname = "aider-chat"; inherit version; @@ -22,7 +22,7 @@ let owner = "Aider-AI"; repo = "aider"; rev = "refs/tags/v${version}"; - hash = "sha256-o5vyOaJSUcdwuHBbzgpo5RDpZLnIur5dM+b7Y7PVBXA="; + hash = "sha256-crQnkTOujflBcAAOY8rjgSEioM/9Vxud3UfgipJ07uA="; }; pythonRelaxDeps = true; @@ -150,11 +150,16 @@ let # Tests fails on darwin "test_dark_mode_sets_code_theme" "test_default_env_file_sets_automatic_variable" + # FileNotFoundError: [Errno 2] No such file or directory: 'vim' + "test_pipe_editor" ]; + makeWrapperArgs = [ + "--set AIDER_CHECK_UPDATE false" + ]; + preCheck = '' export HOME=$(mktemp -d) - export AIDER_CHECK_UPDATE=false ''; optional-dependencies = with python3.pkgs; {