python311Packages.openai: 1.30.3 -> 1.30.4

This commit is contained in:
R. Ryantm
2024-05-29 04:52:51 +00:00
parent fb2cf0194e
commit 8efc686612
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.30.3";
version = "1.30.4";
pyproject = true;
disabled = pythonOlder "3.7.1";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-Z11gyTZ3UMlcWV3OFxVgMcFF11W+nm2dj2KK1ivTjEI=";
hash = "sha256-tzHU5yO7o7wxdqYnp7tBctvWGY7SYq5u6VnU3iPGPuk=";
};
build-system = [