Package Details: python-google-genai 1.23.0-1

Git Clone URL: https://aur.archlinux.org/python-google-genai.git (read-only, click to copy)
Package Base: python-google-genai
Description: GenAI Python SDK.
Upstream URL: https://github.com/googleapis/python-genai
Licenses: Apache-2.0
Submitter: medaminezghal
Maintainer: medaminezghal
Last Packager: medaminezghal
Votes: 2
Popularity: 0.80
First Submitted: 2025-02-02 07:22 (UTC)
Last Updated: 2025-06-28 09:19 (UTC)

Latest Comments

medaminezghal commented on 2025-05-15 12:23 (UTC)

@K12ish thanks

K12ish commented on 2025-05-15 11:22 (UTC)

Here's a quick diff to get up to 1.15.0 - hope this helps :)

diff --git a/PKGBUILD b/PKGBUILD
index 652f8da..29b8f4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@

 _name=google-genai
 pkgname=python-${_name}
-pkgver=1.7.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc="GenAI Python SDK."
 arch=('any')
 url='https://github.com/googleapis/python-genai/'
 license=('Apache-2.0')
 source=("https://github.com/googleapis/python-genai/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('c1e4b17c8e3feb6bb4ef8408869145f6172e68ec5db2b47abd0ec9433817e683')
+sha256sums=('1ecd2715a2682751f815b943a09ac58f1c31d2ae9429232b8a93d53b639dbd3c')
 depends=('python>=3.9' 'python-anyio' 'python-google-auth' 'python-httpx' 'python-pydantic' 'python-requests' 'python-websockets' 'python-typing_extensions')
-makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'python-pkginfo' 'python-twine')
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-cov')
 optdepends=('python-pillow')

@@ -71,6 +71,7 @@ check() {
     --deselect google/genai/tests/models/test_generate_content_thought.py
     --deselect google/genai/tests/public_samples/test_gemini_text_only.py
     --deselect google/genai/tests/tunings/test_end_to_end.py
+    --ignore google/genai/tests/models/test_generate_content_thought.py
   )
   cd "${srcdir}"/${pkgname//google-/}-${pkgver}
   python -m venv --system-site-packages test-env

envolution commented on 2025-03-30 03:36 (UTC)

checkdepends needs python-pillow to pass tests