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

This commit is contained in:
Fabian Affolter 2024-04-23 08:24:22 +02:00
parent 2be8a17165
commit 7ce7e29051
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.2";
version = "0.2.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_agent_openai";
inherit version;
hash = "sha256-EgY92TLHQBV5b5c5hsxS14P1H9o45OrXKlbQ/RlZJe4=";
hash = "sha256-yJnZCzIDZlao74bQ8DeNQWjgDrLXWhCQHqtYulsmVqQ=";
};
pythonRelaxDeps = [ "llama-index-llms-openai" ];