openai 0.25.0 -> 0.26.0 https://github.com/openai/openai-python/releases attrpath: openai Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/openai/default.nix b/pkgs/development/python-modules/openai/default.nix index 9a5e34d5dc2..dd57ad704a1 100644 --- a/pkgs/development/python-modules/openai/default.nix +++ b/pkgs/development/python-modules/openai/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "openai"; - version = "0.25.0"; + version = "0.26.0"; format = "setuptools"; disabled = pythonOlder "3.7.1"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "openai"; repo = "openai-python"; rev = "v${version}"; - hash = "sha256-bwv7lpdDYlk+y3KBjv7cSvaGr3v02riNCUfPFh6yv1I="; + hash = "sha256-dq0as07a5gSFbwLFjxKHBZFB51xjAPqs1FFrp0ScXBY="; }; propagatedBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A openai nix build failed. adding 'openai/api_resources/abstract/updateable_api_resource.py' adding 'openai/api_resources/experimental/__init__.py' adding 'openai/api_resources/experimental/completion_config.py' adding 'openai/tests/__init__.py' adding 'openai/tests/test_api_requestor.py' adding 'openai/tests/test_endpoints.py' adding 'openai/tests/test_exceptions.py' adding 'openai/tests/test_file_cli.py' adding 'openai/tests/test_long_examples_validator.py' adding 'openai/tests/test_url_composition.py' adding 'openai/tests/test_util.py' adding 'openai/tests/asyncio/__init__.py' adding 'openai/tests/asyncio/test_endpoints.py' adding 'openai-0.26.0.dist-info/LICENSE' adding 'openai-0.26.0.dist-info/METADATA' adding 'openai-0.26.0.dist-info/WHEEL' adding 'openai-0.26.0.dist-info/entry_points.txt' adding 'openai-0.26.0.dist-info/top_level.txt' adding 'openai-0.26.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./openai-0.26.0-py3-none-any.whl Requirement already satisfied: requests>=2.20 in /nix/store/1z3z47yma1sp8h1hqk0r4j8fp16r1igv-python3.10-requests-2.28.1/lib/python3.10/site-packages (from openai==0.26.0) (2.28.1) ERROR: Could not find a version that satisfies the requirement aiohttp (from openai) (from versions: none) ERROR: No matching distribution found for aiohttp