python312Packages.llama-index-llms-openai: 0.1.15 -> 0.1.16

This commit is contained in:
Fabian Affolter 2024-04-20 10:41:00 +02:00
parent d23806d0de
commit 9dd93daa2e
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-index-llms-openai";
version = "0.1.15";
version = "0.1.16";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_llms_openai";
inherit version;
hash = "sha256-a9vzB7HUOpp8KlL3K6fbYcuW2QT5nn6l2IndeBjxCBQ=";
hash = "sha256-MTu8F8JBmSQwpr9oahse3EJ2yCVq1rBVCqG+oeD+0aY=";
};
build-system = [ poetry-core ];