python3Packages.llama-index-llms-openai: 0.7.7 -> 0.7.9

This commit is contained in:
Fabian Affolter
2026-06-30 10:04:46 +02:00
parent 55bee1aa4a
commit 124af54d80
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-index-llms-openai";
version = "0.7.7";
version = "0.7.9";
pyproject = true;
src = fetchPypi {
pname = "llama_index_llms_openai";
inherit (finalAttrs) version;
hash = "sha256-rp1vpf8ZguIY1ATDKLiDonbBI3ThsS2BEBrCVMvladE=";
hash = "sha256-9UoktxcTTIbnJABwV6BqhDlPAZ0fAekYtiSJTiCKht8=";
};
build-system = [ hatchling ];