python3Packages.llama-index-llms-openai: 0.7.9 -> 0.7.10 (#500032)

This commit is contained in:
Fabian Affolter
2026-07-23 19:28:57 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-index-llms-openai";
version = "0.7.9";
version = "0.7.10";
pyproject = true;
src = fetchPypi {
pname = "llama_index_llms_openai";
inherit (finalAttrs) version;
hash = "sha256-9UoktxcTTIbnJABwV6BqhDlPAZ0fAekYtiSJTiCKht8=";
hash = "sha256-qo2r8I6guXQPydrpZ38FBJJUvl6Sl5SohmkuryaXPe8=";
};
build-system = [ hatchling ];