diff options
Diffstat (limited to '')
-rw-r--r-- | misc/py-google-ai-generativelanguage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-google-ai-generativelanguage/Makefile b/misc/py-google-ai-generativelanguage/Makefile index 1cf2e57e799e..04dfbc335041 100644 --- a/misc/py-google-ai-generativelanguage/Makefile +++ b/misc/py-google-ai-generativelanguage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-ai-generativelanguage -DISTVERSION= 0.6.18 +DISTVERSION= 0.7.0 CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.34.1:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>=2.14.1:security/py-google-auth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.3:devel/py-proto-plus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.25.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.20.2:devel/py-protobuf@${PY_FLAVOR} USES= python |