python311Packages.llama-index-llms-openai: 0.1.18 -> 0.1.19

This commit is contained in:
R. Ryantm 2024-05-14 07:11:44 +00:00
parent fc3229dbdf
commit f5e92523f8

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-index-llms-openai";
version = "0.1.18";
version = "0.1.19";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_llms_openai";
inherit version;
hash = "sha256-jLdUahiFulWP9YCxFNY4VpoK7YGiZJYRFOcZvEKzcQA=";
hash = "sha256-9htkqZeJLkJPs81UcJDSecWyEO8VthT8Od6FTTzKp+c=";
};
build-system = [ poetry-core ];