me
/
guix
Archived
1
0
Fork 0

gnu: python-openai: Update to 0.28.1.

* gnu/packages/python-web.scm (python-openai): Update to 0.28.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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