python311Packages.llama-index-program-openai: 0.1.5 -> 0.1.6

This commit is contained in:
R. Ryantm 2024-04-24 01:58:07 +00:00
parent 71b4a60386
commit b0d42f7a5f
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "llama-index-program-openai";
version = "0.1.5";
version = "0.1.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_program_openai";
inherit version;
hash = "sha256-wzqi0odq0P8fmip1XU59SRckCEfQF057LQuEdEmbtwA=";
hash = "sha256-xqSYDF6oJgiLKLTe4zZ+2yAiHm0F6w4FAZBJGQEx13I=";
};
pythonRelaxDeps = [