python313Packages.openai: 1.78.1 -> 1.82.0, python312Packages.llama-index-llms-openai: 0.3.42 -> 0.3.44 (#411394)

This commit is contained in:
Philip Taron
2025-06-10 13:20:37 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-llms-openai";
version = "0.3.42";
version = "0.3.44";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_llms_openai";
inherit version;
hash = "sha256-O1yLSwbtod1743ATe215OI+dIcan7d2HK15jNuYYsjU=";
hash = "sha256-BJUGpYQYi2xWXYca624RpsUiln1LT18ZE+tG/Xuz1zE=";
};
pythonRemoveDeps = [
@@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.78.1";
version = "1.82.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
tag = "v${version}";
hash = "sha256-rdK4usuFVhPpDL3jnSkapJfDfLOI5EH8zeS0a7xoy/g=";
hash = "sha256-BN78ZTtBTTEbr46KZCOFc00IQN7jA1rCwn8Xv+iZ0r8=";
};
postPatch = ''substituteInPlace pyproject.toml --replace-fail "hatchling==1.26.3" "hatchling"'';