Merge pull request #286025 from r-ryantm/auto-update/openai

openai: 1.10.0 -> 1.11.1
This commit is contained in:
h7x4 2024-02-09 22:48:07 +01:00 committed by GitHub
commit 02dd6d3d70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "openai";
version = "1.10.0";
version = "1.11.1";
pyproject = true;
disabled = pythonOlder "3.7.1";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "refs/tags/v${version}";
hash = "sha256-VffgHJLsfnT3xqELV7Ze1o1rqohKxscC3SDthP8TwzI=";
hash = "sha256-PtxKQQfcM4aOlqU0qIJDpB/24Wkt/omx+uDk4mRZU4s=";
};
nativeBuildInputs = [