diff options
author | involution | 2025-04-09 17:03:57 -0400 |
---|---|---|
committer | involution | 2025-04-09 17:03:57 -0400 |
commit | 8a2e8c11ef853c47d96bff46853605be61081d5c (patch) | |
tree | 8b85ee4ea886524ee1087c44000afaa7d926bee4 | |
parent | 3dfa3e624164e95a3a3009a351d1aac2e6fbc2fd (diff) | |
download | aur-python-instructor.tar.gz |
bump 1.7.9
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = python-instructor pkgdesc = Structured outputs for LLMs - pkgver = 1.7.8 + pkgver = 1.7.9 pkgrel = 3 url = https://github.com/jxnl/instructor arch = any @@ -39,7 +39,7 @@ pkgbase = python-instructor optdepends = python-cohere: support for Cohere models optdepends = python-google-generativeai: support for Google Gemini models optdepends = python-writerai: Writer authenticates your API requests using your account’s API keys. - source = python-instructor-1.7.8.tar.gz::https://github.com/jxnl/instructor/archive/1.7.8.tar.gz - sha256sums = 99e630ba98ff29e15d6ccea30742743560b829f45870ae3261861e3d047b8156 + source = python-instructor-1.7.9.tar.gz::https://github.com/jxnl/instructor/archive/1.7.9.tar.gz + sha256sums = 1a7a8f80103f0ed3dc7bb60689772e2e21f5e185586107f39022c983fa97204d pkgname = python-instructor @@ -3,7 +3,7 @@ # shellcheck shell=bash disable=SC2034,SC2154 pkgname=python-instructor _pkgname=${pkgname#python-} -pkgver=1.7.8 +pkgver=1.7.9 pkgrel=3 pkgdesc="Structured outputs for LLMs" arch=(any) @@ -52,7 +52,7 @@ optdepends=( 'python-writerai: Writer authenticates your API requests using your account’s API keys.' ) source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('99e630ba98ff29e15d6ccea30742743560b829f45870ae3261861e3d047b8156') +sha256sums=('1a7a8f80103f0ed3dc7bb60689772e2e21f5e185586107f39022c983fa97204d') _archive="$_pkgname-$pkgver" @@ -100,7 +100,8 @@ check() { --deselect tests/llm/test_genai/test_multimodal.py \ --deselect tests/llm/test_genai/test_format.py \ --deselect tests/llm/test_genai/test_long_prompt.py \ - --deselect tests/llm/test_mistral/test_stream.py + --deselect tests/llm/test_mistral/test_stream.py \ + --deselect tests/llm/test_mistral/test_multimodal.py } package() { |