summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-06-06 23:46:44 +0200
committerCarl Smedstad2024-06-06 23:48:29 +0200
commitcfaeed4ebcf8806c4cca90ed07155a372f0a6013 (patch)
treeb780d297370da754234fb356147eaa35513d82c0
parent1aa31807e992e89dad094282629838da28d449b5 (diff)
downloadaur-cfaeed4ebcf8806c4cca90ed07155a372f0a6013.tar.gz
upgpkg: 5.5.5-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55eb4386db31..b1492bc8c8d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cohere
pkgdesc = Python Library for Accessing the Cohere API
- pkgver = 5.5.4
+ pkgver = 5.5.5
pkgrel = 1
url = https://github.com/cohere-ai/cohere-python
arch = any
@@ -15,13 +15,12 @@ pkgbase = python-cohere
depends = python-boto3
depends = python-botocore
depends = python-fastavro
- depends = python-httpcore
depends = python-httpx
depends = python-pydantic
depends = python-requests
depends = python-tokenizers
depends = python-typing_extensions
- source = python-cohere-5.5.4.tar.gz::https://github.com/cohere-ai/cohere-python/archive/5.5.4.tar.gz
- sha256sums = 3b5f7bb39f370e52eba2578808a26a640c78e7ebf6c4ef043088179097e9f3d4
+ source = python-cohere-5.5.5.tar.gz::https://github.com/cohere-ai/cohere-python/archive/5.5.5.tar.gz
+ sha256sums = 87f8ae468b03e720d9d9f9d32462c91a3cfdc41e0299f9488a87b2dc295b1b90
pkgname = python-cohere
diff --git a/PKGBUILD b/PKGBUILD
index ed9a3583de2e..b04dfd063d4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cohere
_pkgname=cohere-python
-pkgver=5.5.4
+pkgver=5.5.5
pkgrel=1
pkgdesc="Python Library for Accessing the Cohere API"
arch=(any)
@@ -13,7 +13,6 @@ depends=(
python-boto3
python-botocore
python-fastavro
- python-httpcore
python-httpx
python-pydantic
python-requests
@@ -31,7 +30,7 @@ checkdepends=(
python-pytest-asyncio
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('3b5f7bb39f370e52eba2578808a26a640c78e7ebf6c4ef043088179097e9f3d4')
+sha256sums=('87f8ae468b03e720d9d9f9d32462c91a3cfdc41e0299f9488a87b2dc295b1b90')
_archive="$_pkgname-$pkgver"