summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarius Niminenn2024-01-26 07:04:17 -0400
committerDarius Niminenn2024-01-26 07:04:17 -0400
commit0816d65acc86132f3d2d4215fdd16314e5854160 (patch)
tree0c7ae2b49f7c21f2f955cae99fac4ca9c91e5995
parente07e304a4d0e90b46e922295513500625043f827 (diff)
downloadaur-0816d65acc86132f3d2d4215fdd16314e5854160.tar.gz
bump to 0.19.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d67fa576bd94..de403b3525f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = litellm
pkgdesc = Call all LLM APIs using the OpenAI format
- pkgver = 1.19.0
- pkgrel = 2
+ pkgver = 1.19.4
+ pkgrel = 1
url = https://pypi.org/project/litellm/
arch = any
license = MIT
@@ -29,7 +29,7 @@ pkgbase = litellm
optdepends = python-apscheduler: Task scheduler
optdepends = python-streamlit: App framework for Machine Learning and Data Science
optdepends = ollama: Serve local ollama models
- source = https://files.pythonhosted.org/packages/source/l/litellm/litellm-1.19.0.tar.gz
- sha256sums = 23aae38c71747ad114782994ee91aae85e7f558456b80fe736d9098984205df7
+ source = https://files.pythonhosted.org/packages/source/l/litellm/litellm-1.19.4.tar.gz
+ sha256sums = 6917c60ad4706bf3e061586ce9e9c0361a5761b686135cd68ee19625ae7e92bd
pkgname = litellm
diff --git a/PKGBUILD b/PKGBUILD
index b2811ce1ce30..166092c5721c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sir-Photch <sir-photch@posteo.me>
pkgname=litellm
-pkgver=1.19.0
-pkgrel=2
+pkgver=1.19.4
+pkgrel=1
pkgdesc='Call all LLM APIs using the OpenAI format'
arch=(any)
url='https://pypi.org/project/litellm/'
@@ -42,7 +42,7 @@ optdepends=(
source=(
"https://files.pythonhosted.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz"
)
-sha256sums=('23aae38c71747ad114782994ee91aae85e7f558456b80fe736d9098984205df7')
+sha256sums=('6917c60ad4706bf3e061586ce9e9c0361a5761b686135cd68ee19625ae7e92bd')
prepare() {
cd "$pkgname-$pkgver"