Skip to content

Commit

Permalink
Update aider (NixOS#363275)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Dec 19, 2024
2 parents e009ea7 + c1a735b commit aa0f2e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions pkgs/by-name/ai/aider-chat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -109,9 +109,11 @@ let
tree-sitter-languages
typing-extensions
urllib3
watchfiles
wcwidth
yarl
zipp
pip

# Not listed in requirements
mixpanel
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/litellm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

buildPythonPackage rec {
pname = "litellm";
version = "1.52.16";
version = "1.53.9";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 ];
Expand Down

0 comments on commit aa0f2e0

Please sign in to comment.