gnu: python-openai: Update to 0.28.1.

* gnu/packages/python-web.scm (python-openai): Update to 0.28.1.
This commit is contained in:
jgart 2023-10-06 23:41:22 -05:00
parent 6d5a75c70e
commit 84431a30ea
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35

View File

@ -1923,13 +1923,13 @@ service.")
(define-public python-openai (define-public python-openai
(package (package
(name "python-openai") (name "python-openai")
(version "0.27.8") (version "0.28.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "openai" version)) (uri (pypi-uri "openai" version))
(sha256 (sha256
(base32 (base32
"0dlmxnib71fih9xzmd3v41alwv4qb8qrxixsrrsf5vmigmf0k0r4")))) "1j6wsavgrxzh6ls8hp45nllz8f5l65a6vzk0lvhlqnx6579xmqab"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list