Skip to content

Commit

Permalink
misc/py-openai: Update to 1.6.1
Browse files Browse the repository at this point in the history
Approved by:	yuri (maintainer)
  • Loading branch information
jurajlutter committed Jan 1, 2024
1 parent 95665bb commit 39e841a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion misc/py-openai/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openai
DISTVERSION= 0.27.10
DISTVERSION= 1.6.1
CATEGORIES= misc # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,8 +12,10 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0<1:www/py-httpx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
RUN_DEPENDS+= ${PYNUMPY} \
Expand Down
6 changes: 3 additions & 3 deletions misc/py-openai/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1703667404
SHA256 (openai-0.27.10.tar.gz) = 60e09edf7100080283688748c6803b7b3b52d5a55d21890f3815292a0552d83b
SIZE (openai-0.27.10.tar.gz) = 61511
TIMESTAMP = 1704145684
SHA256 (openai-1.6.1.tar.gz) = d553ca9dbf9486b08e75b09e8671e4f638462aaadccfced632bf490fc3d75fa2
SIZE (openai-1.6.1.tar.gz) = 124807

0 comments on commit 39e841a

Please sign in to comment.