File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 self = python3 ;
1313 packageOverrides = _ : super : { tree-sitter = super . tree-sitter_0_21 ; } ;
1414 } ;
15- version = "0.71.0 " ;
15+ version = "0.72.1 " ;
1616 aider-chat = python3 . pkgs . buildPythonPackage {
1717 pname = "aider-chat" ;
1818 inherit version ;
2222 owner = "Aider-AI" ;
2323 repo = "aider" ;
2424 tag = "v${ version } " ;
25- hash = "sha256-UptGAR0q3JlzYS5QJVeQo/uxBPaivsvOBBjoX869BRU =" ;
25+ hash = "sha256-5dV1EW4qx2tXDlbzyS8CT3p0MXgdKVdIGVLDEQF/4Zc =" ;
2626 } ;
2727
2828 pythonRelaxDeps = true ;
Original file line number Diff line number Diff line change 3737
3838buildPythonPackage rec {
3939 pname = "litellm" ;
40- version = "1.53.9 " ;
40+ version = "1.58.2 " ;
4141 pyproject = true ;
4242
4343 disabled = pythonOlder "3.8" ;
@@ -46,7 +46,7 @@ buildPythonPackage rec {
4646 owner = "BerriAI" ;
4747 repo = "litellm" ;
4848 tag = "v${ version } " ;
49- hash = "sha256-xSILlbZhu6GgFFg5+f20x2Hxy4KnHMbSV18VFnjUrMQ =" ;
49+ hash = "sha256-trHZ8KrvdetL4q0nQyUm4YGX8WeMz4YrM+GPwcz8wtI =" ;
5050 } ;
5151
5252 build-system = [ poetry-core ] ;
You can’t perform that action at this time.
0 commit comments