From 1751fb4348c91c35de0cefde82d162c81b70377b Mon Sep 17 00:00:00 2001 From: happysalada Date: Sun, 8 Dec 2024 08:38:45 -0500 Subject: [PATCH 1/2] python3Packages.litellm: 1.52.16 -> 1.53.9 --- 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 9f423f8b9505d..d15f042a7ad24 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.52.16"; + version = "1.53.9"; pyproject = true; disabled = pythonOlder "3.8"; @@ -46,7 +46,7 @@ buildPythonPackage rec { owner = "BerriAI"; repo = "litellm"; rev = "refs/tags/v${version}"; - hash = "sha256-WDD7jsFajzBTQCsB1235n3bMQXzOoh98BOBXLVvG/zQ="; + hash = "sha256-xSILlbZhu6GgFFg5+f20x2Hxy4KnHMbSV18VFnjUrMQ="; }; build-system = [ poetry-core ]; From c1a735baf70aa65f539c4262d084511174659324 Mon Sep 17 00:00:00 2001 From: happysalada Date: Tue, 17 Dec 2024 02:43:54 -0500 Subject: [PATCH 2/2] aider-chat: 0.66.0 -> 0.69.0 --- pkgs/by-name/ai/aider-chat/package.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ai/aider-chat/package.nix b/pkgs/by-name/ai/aider-chat/package.nix index 6374b9b38e4c6..5e1f7f4490a59 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.66.0"; + version = "0.69.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-6wD8wBDV6Roo3J+oEYiBzZ7i1iGOZhcoiKXHV7AJjDk="; + hash = "sha256-fJLLWL31BLEpgBrYDq0E8t7GN9TyOA5pwt42H/Hqh58="; }; pythonRelaxDeps = true; @@ -109,9 +109,11 @@ let tree-sitter-languages typing-extensions urllib3 + watchfiles wcwidth yarl zipp + pip # Not listed in requirements mixpanel @@ -145,6 +147,8 @@ let "test_simple_send_with_retries" # Expected 'check_version' to have been called once "test_main_exit_calls_version_check" + # AssertionError: assert 2 == 1 + "test_simple_send_non_retryable_error" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Tests fails on darwin