python312Packages.llama-index-embeddings-openai: 0.1.8 -> 0.1.9

This commit is contained in:
Fabian Affolter 2024-04-27 08:53:39 +02:00
parent 1be6da967e
commit e03f1a96fa
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "llama-index-embeddings-openai";
version = "0.1.8";
version = "0.1.9";
pyproject = true;
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_embeddings_openai";
inherit version;
hash = "sha256-quTOPsL+LLYE2URkaYLHFmOouZ7V+MNwgj7oLu9N3Ts=";
hash = "sha256-D9KSsvmgrUU0p5DWN0cmvIhYUxiAh+sBgWfc8jlkOSQ=";
};
build-system = [