python312Packages.llama-index-agent-openai: 0.2.3 -> 0.2.4

This commit is contained in:
Fabian Affolter 2024-05-08 12:19:45 +02:00
parent a70874a365
commit d2a6b365e1
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "llama-index-agent-openai";
version = "0.2.3";
version = "0.2.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_agent_openai";
inherit version;
hash = "sha256-yJnZCzIDZlao74bQ8DeNQWjgDrLXWhCQHqtYulsmVqQ=";
hash = "sha256-zUpY+L8jNyjO2lVMuzTeVqK2u7v/bOgBw/j/DIKAv1U=";
};
pythonRelaxDeps = [ "llama-index-llms-openai" ];