python3Packages.llama-index-embeddings-openai: 0.5.1 -> 0.5.2

This commit is contained in:
Fabian Affolter
2026-03-07 14:58:14 +01:00
parent 8d55c72091
commit 949e2f33f8
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "llama-index-embeddings-openai";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
src = fetchPypi {
pname = "llama_index_embeddings_openai";
inherit version;
hash = "sha256-HImGekiw0Nqj0tRPXnazlLKy75k1ky2vkhued5Oczag=";
hash = "sha256-CRvQw+kYJ0jogn3n15cTohnV9eDcl9G7eycc9SRSDks=";
};
build-system = [ hatchling ];