python312Packages.openai: 1.50.2 -> 1.51.0 (#345763)

This commit is contained in:
Nick Cao 2024-10-02 09:40:26 -04:00 committed by GitHub
commit 98e5db847a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.50.2";
version = "1.51.0";
pyproject = true;
disabled = pythonOlder "3.7.1";
@ -44,7 +44,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-VsaGdchVdZFqqwWihuJqbUzwTTGL/AVP3bQJnQqNo9I=";
hash = "sha256-VwsW7wVNSVlZg+RJoQ3C9AuqHL5dFO+f9pyfUbRbrSM=";
};
build-system = [