python311Packages.llama-index-llms-openai: 0.2.3 -> 0.2.7

This commit is contained in:
Fabian Affolter
2024-09-15 14:34:26 +02:00
parent fabf9da670
commit c295aba037
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-llms-openai";
version = "0.2.3";
version = "0.2.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_llms_openai";
inherit version;
hash = "sha256-6Rc7QwMxeRxqWp3xZ5ZDeuSjriR/1ODygffL5ZJYsHo=";
hash = "sha256-pwmiazL4JwzoYhMZQTcqv3ZMwPgbBxMTOEjH7/x9MPs=";
};
pythonRemoveDeps = [