Skip to content

Commit

Permalink
misc/py-openai: update 1.6.1 → 1.8.0
Browse files Browse the repository at this point in the history
Differential Revision:	https://reviews.freebsd.org/D43375
  • Loading branch information
yurivict committed Jan 20, 2024
1 parent af0d28e commit 0e53204
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions misc/py-openai/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openai
DISTVERSION= 1.6.1
DISTVERSION= 1.8.0
CATEGORIES= misc # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -15,9 +15,13 @@ 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}cached-property>0:devel/py-cached-property@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}anyio>=3.5.0:devel/py-anyio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0<1:www/py-httpx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydantic>=1.9.0:devel/py-pydantic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}tqdm>4:misc/py-tqdm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.7:devel/py-typing-extensions@${PY_FLAVOR}
RUN_DEPENDS+= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pandas>=1.2.3:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wandb>0:misc/py-wandb@${PY_FLAVOR}
Expand Down
6 changes: 3 additions & 3 deletions misc/py-openai/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1704145684
SHA256 (openai-1.6.1.tar.gz) = d553ca9dbf9486b08e75b09e8671e4f638462aaadccfced632bf490fc3d75fa2
SIZE (openai-1.6.1.tar.gz) = 124807
TIMESTAMP = 1705734902
SHA256 (openai-1.8.0.tar.gz) = 93366be27802f517e89328801913d2a5ede45e3b86fdcab420385b8a1b88c767
SIZE (openai-1.8.0.tar.gz) = 126926

0 comments on commit 0e53204

Please sign in to comment.