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:
parent
6d5a75c70e
commit
84431a30ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user