File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4747
4848buildPythonPackage rec {
4949 pname = "llama-index-core" ;
50- version = "0.11.9 " ;
50+ version = "0.11.10 " ;
5151 pyproject = true ;
5252
5353 disabled = pythonOlder "3.8" ;
@@ -56,7 +56,7 @@ buildPythonPackage rec {
5656 owner = "run-llama" ;
5757 repo = "llama_index" ;
5858 rev = "refs/tags/v${ version } " ;
59- hash = "sha256-IebrdKC73Rwj4AgN26Ga3qqMEAeuVDMmFhDqQ9VIWIw =" ;
59+ hash = "sha256-6wQs6hB609Du5/n5sKJT5E0OJCj3dMKvpKxJ9C75HpI =" ;
6060 } ;
6161
6262 sourceRoot = "${ src . name } /${ pname } " ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "llama-index-llms-openai" ;
13- version = "0.2.7 " ;
13+ version = "0.2.9 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.8" ;
1717
1818 src = fetchPypi {
1919 pname = "llama_index_llms_openai" ;
2020 inherit version ;
21- hash = "sha256-pwmiazL4JwzoYhMZQTcqv3ZMwPgbBxMTOEjH7/x9MPs =" ;
21+ hash = "sha256-VjdvOeOkAlO1xPuQ0Ptq8JPyG7KTWSVhXwwooo0CgYc =" ;
2222 } ;
2323
2424 pythonRemoveDeps = [
Original file line number Diff line number Diff line change 99
1010buildPythonPackage rec {
1111 pname = "llama-parse" ;
12- version = "0.5.5 " ;
12+ version = "0.5.6 " ;
1313 pyproject = true ;
1414
1515 disabled = pythonOlder "3.8" ;
1616
1717 src = fetchPypi {
1818 pname = "llama_parse" ;
1919 inherit version ;
20- hash = "sha256-ILAOCbFNG1ehsEDkvWFDbVH0Nza3tRADBypNBbA170Q =" ;
20+ hash = "sha256-PHTaEkbJvdYdY7f8ISBA6i29IY1H/JhqGOOXTmRZG4A =" ;
2121 } ;
2222
2323 build-system = [ poetry-core ] ;
You can’t perform that action at this time.
0 commit comments